import { z } from 'zod'; export declare const AgentCoreRegionSchema: z.ZodEnum<{ "ap-northeast-1": "ap-northeast-1"; "ap-northeast-2": "ap-northeast-2"; "ap-south-1": "ap-south-1"; "ap-southeast-1": "ap-southeast-1"; "ap-southeast-2": "ap-southeast-2"; "ca-central-1": "ca-central-1"; "eu-central-1": "eu-central-1"; "eu-north-1": "eu-north-1"; "eu-west-1": "eu-west-1"; "eu-west-2": "eu-west-2"; "eu-west-3": "eu-west-3"; "sa-east-1": "sa-east-1"; "us-east-1": "us-east-1"; "us-east-2": "us-east-2"; "us-west-2": "us-west-2"; "us-gov-west-1": "us-gov-west-1"; }>; export type AgentCoreRegion = z.infer; export declare const DeploymentTargetNameSchema: z.ZodString; export declare const AwsAccountIdSchema: z.ZodString; export declare const AwsDeploymentTargetSchema: z.ZodObject<{ name: z.ZodString; description: z.ZodOptional; account: z.ZodString; region: z.ZodEnum<{ "ap-northeast-1": "ap-northeast-1"; "ap-northeast-2": "ap-northeast-2"; "ap-south-1": "ap-south-1"; "ap-southeast-1": "ap-southeast-1"; "ap-southeast-2": "ap-southeast-2"; "ca-central-1": "ca-central-1"; "eu-central-1": "eu-central-1"; "eu-north-1": "eu-north-1"; "eu-west-1": "eu-west-1"; "eu-west-2": "eu-west-2"; "eu-west-3": "eu-west-3"; "sa-east-1": "sa-east-1"; "us-east-1": "us-east-1"; "us-east-2": "us-east-2"; "us-west-2": "us-west-2"; "us-gov-west-1": "us-gov-west-1"; }>; }, z.core.$strip>; export type AwsDeploymentTarget = z.infer; export declare const AwsDeploymentTargetsSchema: z.ZodArray; account: z.ZodString; region: z.ZodEnum<{ "ap-northeast-1": "ap-northeast-1"; "ap-northeast-2": "ap-northeast-2"; "ap-south-1": "ap-south-1"; "ap-southeast-1": "ap-southeast-1"; "ap-southeast-2": "ap-southeast-2"; "ca-central-1": "ca-central-1"; "eu-central-1": "eu-central-1"; "eu-north-1": "eu-north-1"; "eu-west-1": "eu-west-1"; "eu-west-2": "eu-west-2"; "eu-west-3": "eu-west-3"; "sa-east-1": "sa-east-1"; "us-east-1": "us-east-1"; "us-east-2": "us-east-2"; "us-west-2": "us-west-2"; "us-gov-west-1": "us-gov-west-1"; }>; }, z.core.$strip>>; export type AwsDeploymentTargets = z.infer; //# sourceMappingURL=aws-targets.d.ts.map