import { LoadedConfigSelectors } from "@aws-sdk/node-config-provider"; /** * @internal */ export declare const ENV_USE_DUALSTACK_ENDPOINT = "AWS_USE_DUALSTACK_ENDPOINT"; /** * @internal */ export declare const CONFIG_USE_DUALSTACK_ENDPOINT = "use_dualstack_endpoint"; /** * @internal */ export declare const DEFAULT_USE_DUALSTACK_ENDPOINT = false; /** * @internal */ export declare const NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS: LoadedConfigSelectors;