import { z } from 'zod'; declare const AppSyncIamIdentity: z.ZodObject<{ accountId: z.ZodString; cognitoIdentityPoolId: z.ZodNullable; cognitoIdentityId: z.ZodNullable; sourceIp: z.ZodArray; username: z.ZodString; userArn: z.ZodString; cognitoIdentityAuthType: z.ZodNullable; cognitoIdentityAuthProvider: z.ZodNullable; }, z.core.$strip>; declare const AppSyncCognitoIdentity: z.ZodObject<{ sub: z.ZodString; issuer: z.ZodString; username: z.ZodString; claims: z.ZodRecord; sourceIp: z.ZodArray; defaultAuthStrategy: z.ZodNullable; groups: z.ZodNullable>; }, z.core.$strip>; declare const AppSyncOidcIdentity: z.ZodObject<{ claims: z.ZodAny; issuer: z.ZodString; sub: z.ZodString; }, z.core.$strip>; export { AppSyncCognitoIdentity, AppSyncIamIdentity, AppSyncOidcIdentity }; //# sourceMappingURL=appsync-shared.d.ts.map