import { z } from "zod"; export declare const NamedAddressSchema: z.ZodObject<{ address: z.ZodString; name: z.ZodOptional; }, z.core.$strip>; export type NamedAddress = z.infer; export declare const StringToNamedAddressSchema: z.ZodPipe>; export declare const baseEmailSchema: z.ZodObject<{ attachments: z.ZodOptional; 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 declare const dateSchema: z.ZodString; export declare const dateRangeSchema: z.ZodObject<{ after: z.ZodOptional; at: z.ZodOptional; atOrAfter: z.ZodOptional; atOrBefore: z.ZodOptional; before: z.ZodOptional; }, z.core.$strip>; //# sourceMappingURL=base.d.ts.map