import type { Endpoint, EndpointV2 } from "@smithy/types";
/**
 * @deprecated Use `toEndpointV1` from `@smithy/core/endpoints` instead.
 * @internal
 */
export declare const toEndpointV1: (endpoint: string | Endpoint | EndpointV2) => Endpoint;
