/** * Fail closed before an AWS region is interpolated into a credential-bearing * service authority. Region names are one lowercase ASCII DNS label; dots, * URL delimiters, Unicode, whitespace, and controls must never reach URL * parsing as part of that label. */ export declare function assertAwsRegionLabel(region: unknown): asserts region is string;