import { type LoadedConfigSelectors } from "@smithy/core/config";
export declare const getEndpointUrlConfig: (serviceId: string) => LoadedConfigSelectors<string | undefined>;
