import { z } from "zod"; export declare const queryEmailsFilterSchema: z.ZodObject<{ constraints: z.ZodOptional>; limit: z.ZodOptional; }, z.core.$strip>>; createdAt: z.ZodOptional; at: z.ZodOptional; atOrAfter: z.ZodOptional; atOrBefore: z.ZodOptional; before: z.ZodOptional; }, z.core.$strip>>; from: z.ZodOptional; id: z.ZodOptional; isInbound: z.ZodOptional; ownerId: z.ZodOptional; target: z.ZodOptional; to: z.ZodOptional>; }, z.core.$strip>; export declare const queryEmailsInputSchema: z.ZodObject<{ constraints: z.ZodOptional>; limit: z.ZodOptional; }, z.core.$strip>>; createdAt: z.ZodOptional; at: z.ZodOptional; atOrAfter: z.ZodOptional; atOrBefore: z.ZodOptional; before: z.ZodOptional; }, z.core.$strip>>; from: z.ZodOptional; id: z.ZodOptional; isInbound: z.ZodOptional; ownerId: z.ZodOptional; target: z.ZodOptional; to: z.ZodOptional>; }, z.core.$strip>; export type QueryEmailsInput = z.infer; export declare const queryEmailsOutputSchema: z.ZodArray; disposition: z.ZodOptional>; fileName: z.ZodString; type: z.ZodOptional; }, z.core.$strip>>>; bcc: z.ZodOptional; }, z.core.$strip>>>; cc: z.ZodOptional; }, z.core.$strip>>>; from: z.ZodObject<{ address: z.ZodString; name: z.ZodOptional; }, z.core.$strip>; html: z.ZodOptional; ownerId: z.ZodString; ownerType: z.ZodDefault>>; replyTo: z.ZodOptional; }, z.core.$strip>>>; subject: z.ZodOptional; text: z.ZodOptional; to: z.ZodArray; }, z.core.$strip>>; }, z.core.$strip>>; export type QueryEmailsOutput = z.infer; //# sourceMappingURL=query.d.ts.map