import { z } from "zod"; declare const schema: z.core.$ZodBranded, "AwsPartition">; export type AwsPartition = z.infer; /** * Validates that a string is a valid AWS partition. * * The schema enforces the following rules: * - The string must be one of the known AWS partitions: "aws", "aws-cn", "aws-us-gov". * * @returns A schema that validates AWS partitions. * * @see https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html */ export declare function partition(): z.core.$ZodBranded, "AwsPartition">; export {};