import type { AwsRegion } from './regions'; export declare function validateAwsRegion(region: unknown): asserts region is AwsRegion;