import { Endpoint, EndpointV2 } from "@smithy/types";
/**
 * @internal
 */
export declare const toEndpointV1: (endpoint: string | Endpoint | EndpointV2) => Endpoint;
