import { z } from "zod"; export declare const sendEmailInputSchema: z.ZodIntersection; 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>, z.ZodObject<{ replyToMessageId: z.ZodOptional; }, z.core.$strip>>; export type SendEmailInput = z.infer; export declare const sendEmailOutputSchema: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; export type SendEmailOutput = z.infer; //# sourceMappingURL=send.d.ts.map