import { z } from 'zod'; export declare class Parameters { itemSchema: z.ZodObject, z.ZodLiteral<"String">, z.ZodLiteral<"StringList">]>>; KeyId: z.ZodOptional>; LastModifiedDate: z.ZodOptional; LastModifiedUser: z.ZodOptional; Description: z.ZodOptional>; AllowedPattern: z.ZodOptional>; Version: z.ZodOptional; Tier: z.ZodOptional, z.ZodLiteral<"Intelligent-Tiering">, z.ZodLiteral<"Standard">]>>; Policies: z.ZodOptional; PolicyType: z.ZodOptional; PolicyStatus: z.ZodOptional; }, "strip", z.ZodTypeAny, { PolicyText?: string | undefined; PolicyType?: string | undefined; PolicyStatus?: string | undefined; }, { PolicyText?: string | undefined; PolicyType?: string | undefined; PolicyStatus?: string | undefined; }>, "many">>; DataType: z.ZodOptional; }, { Name: z.ZodString; }>, "strip", z.ZodTypeAny, { Description?: string | undefined; Version?: number | undefined; Type?: "SecureString" | "String" | "StringList" | undefined; KeyId?: string | undefined; LastModifiedDate?: Date | undefined; LastModifiedUser?: string | undefined; AllowedPattern?: string | undefined; Tier?: "Advanced" | "Intelligent-Tiering" | "Standard" | undefined; Policies?: { PolicyText?: string | undefined; PolicyType?: string | undefined; PolicyStatus?: string | undefined; }[] | undefined; DataType?: string | undefined; Name: string; }, { Description?: string | undefined; Version?: number | undefined; Type?: "SecureString" | "String" | "StringList" | undefined; KeyId?: string | undefined; LastModifiedDate?: Date | undefined; LastModifiedUser?: string | undefined; AllowedPattern?: string | undefined; Tier?: "Advanced" | "Intelligent-Tiering" | "Standard" | undefined; Policies?: { PolicyText?: string | undefined; PolicyType?: string | undefined; PolicyStatus?: string | undefined; }[] | undefined; DataType?: string | undefined; Name: string; }>; collectionSchema: z.ZodArray, z.ZodLiteral<"String">, z.ZodLiteral<"StringList">]>>; KeyId: z.ZodOptional>; LastModifiedDate: z.ZodOptional; LastModifiedUser: z.ZodOptional; Description: z.ZodOptional>; AllowedPattern: z.ZodOptional>; Version: z.ZodOptional; Tier: z.ZodOptional, z.ZodLiteral<"Intelligent-Tiering">, z.ZodLiteral<"Standard">]>>; Policies: z.ZodOptional; PolicyType: z.ZodOptional; PolicyStatus: z.ZodOptional; }, "strip", z.ZodTypeAny, { PolicyText?: string | undefined; PolicyType?: string | undefined; PolicyStatus?: string | undefined; }, { PolicyText?: string | undefined; PolicyType?: string | undefined; PolicyStatus?: string | undefined; }>, "many">>; DataType: z.ZodOptional; }, { Name: z.ZodString; }>, "strip", z.ZodTypeAny, { Description?: string | undefined; Version?: number | undefined; Type?: "SecureString" | "String" | "StringList" | undefined; KeyId?: string | undefined; LastModifiedDate?: Date | undefined; LastModifiedUser?: string | undefined; AllowedPattern?: string | undefined; Tier?: "Advanced" | "Intelligent-Tiering" | "Standard" | undefined; Policies?: { PolicyText?: string | undefined; PolicyType?: string | undefined; PolicyStatus?: string | undefined; }[] | undefined; DataType?: string | undefined; Name: string; }, { Description?: string | undefined; Version?: number | undefined; Type?: "SecureString" | "String" | "StringList" | undefined; KeyId?: string | undefined; LastModifiedDate?: Date | undefined; LastModifiedUser?: string | undefined; AllowedPattern?: string | undefined; Tier?: "Advanced" | "Intelligent-Tiering" | "Standard" | undefined; Policies?: { PolicyText?: string | undefined; PolicyType?: string | undefined; PolicyStatus?: string | undefined; }[] | undefined; DataType?: string | undefined; Name: string; }>, "many">; describeParameters(params: { region: string; }): Promise>; list(): Promise<{ region: { Endpoint?: string | undefined; OptInStatus?: string | undefined; RegionName: string; }; parameters: import("@aws-sdk/types").Paginator; }[]>; clear(): Promise; write(): Promise; } declare const _default: Parameters; export default _default; //# sourceMappingURL=parameters.d.ts.map