/**
 * The tag which mentions which area variant is providing information for.
 * Can be either "fips" or "dualstack".
 */
export declare type EndpointVariantTag = "fips" | "dualstack";
