import { LoadedConfigSelectors } from "@aws-sdk/node-config-provider";
export declare const ENV_ENDPOINT_NAME = "AWS_EC2_METADATA_SERVICE_ENDPOINT";
export declare const CONFIG_ENDPOINT_NAME = "ec2_metadata_service_endpoint";
export declare const ENDPOINT_CONFIG_OPTIONS: LoadedConfigSelectors<
  string | undefined
>;
