import { z } from "zod"; export declare const searchEmailsInputSchema: z.ZodObject<{ constraints: z.ZodOptional>; limit: z.ZodOptional; }, z.core.$strip>>; isInbound: z.ZodBoolean; ownerId: z.ZodString; searchQuery: z.ZodOptional; }, z.core.$strip>; export type SearchEmailsInput = z.infer; export declare const searchEmailsOutputSchema: z.ZodObject<{ items: 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>>; nextCursor: z.ZodOptional>; totalCount: z.ZodNumber; }, z.core.$strip>; export type SearchEmailsOutput = z.infer; //# sourceMappingURL=search.d.ts.map