import { HttpRequest } from "@smithy/types";
export declare function formatUrl(
  request: Pick<HttpRequest, Exclude<keyof HttpRequest, "headers" | "method">>
): string;
