import { z } from "zod"; declare const schema: z.core.$ZodBranded, "AwsRegion">; export type AwsRegion = z.infer; /** * Validates that a string is a valid AWS region. * * The schema enforces the following rules: * - The string must be one of the known AWS regions. Those are hardcoded in the schema. * * @returns A schema that validates AWS regions. */ export declare function region(): z.core.$ZodBranded, "AwsRegion">; export {};