import { z } from 'zod'; export { AwsAppsyncAuthenticationType, AwsAppsyncAuthenticationZodEnum, } from './v1.js'; export declare const versionedGraphqlOutputSchema: z.ZodDiscriminatedUnion<"version", [z.ZodObject<{ version: z.ZodLiteral<"1">; payload: z.ZodObject<{ awsAppsyncRegion: z.ZodString; awsAppsyncApiEndpoint: z.ZodString; awsAppsyncAuthenticationType: z.ZodEnum<["API_KEY", "AWS_LAMBDA", "AWS_IAM", "OPENID_CONNECT", "AMAZON_COGNITO_USER_POOLS"]>; awsAppsyncAdditionalAuthenticationTypes: z.ZodOptional; awsAppsyncConflictResolutionMode: z.ZodOptional; awsAppsyncApiKey: z.ZodOptional; awsAppsyncApiId: z.ZodString; amplifyApiModelSchemaS3Uri: z.ZodString; }, "strip", z.ZodTypeAny, { awsAppsyncRegion: string; awsAppsyncApiEndpoint: string; awsAppsyncAuthenticationType: "API_KEY" | "AWS_LAMBDA" | "AWS_IAM" | "OPENID_CONNECT" | "AMAZON_COGNITO_USER_POOLS"; awsAppsyncApiId: string; amplifyApiModelSchemaS3Uri: string; awsAppsyncAdditionalAuthenticationTypes?: string | undefined; awsAppsyncConflictResolutionMode?: string | undefined; awsAppsyncApiKey?: string | undefined; }, { awsAppsyncRegion: string; awsAppsyncApiEndpoint: string; awsAppsyncAuthenticationType: "API_KEY" | "AWS_LAMBDA" | "AWS_IAM" | "OPENID_CONNECT" | "AMAZON_COGNITO_USER_POOLS"; awsAppsyncApiId: string; amplifyApiModelSchemaS3Uri: string; awsAppsyncAdditionalAuthenticationTypes?: string | undefined; awsAppsyncConflictResolutionMode?: string | undefined; awsAppsyncApiKey?: string | undefined; }>; }, "strip", z.ZodTypeAny, { version: "1"; payload: { awsAppsyncRegion: string; awsAppsyncApiEndpoint: string; awsAppsyncAuthenticationType: "API_KEY" | "AWS_LAMBDA" | "AWS_IAM" | "OPENID_CONNECT" | "AMAZON_COGNITO_USER_POOLS"; awsAppsyncApiId: string; amplifyApiModelSchemaS3Uri: string; awsAppsyncAdditionalAuthenticationTypes?: string | undefined; awsAppsyncConflictResolutionMode?: string | undefined; awsAppsyncApiKey?: string | undefined; }; }, { version: "1"; payload: { awsAppsyncRegion: string; awsAppsyncApiEndpoint: string; awsAppsyncAuthenticationType: "API_KEY" | "AWS_LAMBDA" | "AWS_IAM" | "OPENID_CONNECT" | "AMAZON_COGNITO_USER_POOLS"; awsAppsyncApiId: string; amplifyApiModelSchemaS3Uri: string; awsAppsyncAdditionalAuthenticationTypes?: string | undefined; awsAppsyncConflictResolutionMode?: string | undefined; awsAppsyncApiKey?: string | undefined; }; }>]>; export type GraphqlOutput = z.infer; //# sourceMappingURL=index.d.ts.map