import { z } from "zod"; export declare const receiveEmailFromSendgridInputSchema: z.ZodPipe, z.ZodNumber>; envelope: z.ZodPipe>, z.ZodObject<{ from: z.ZodString; to: z.ZodArray; }, z.core.$strip>>; from: z.ZodString; headers: z.ZodPipe, string>>; html: z.ZodOptional; subject: z.ZodOptional; text: z.ZodOptional; to: z.ZodOptional; }, z.core.$loose>, FormData | { entries(): IterableIterator<[string, FormDataEntryValue]>; [Symbol.iterator](): IterableIterator<[string, FormDataEntryValue]>; } | { [x: string]: unknown; attachments: unknown; envelope: string; from: string; headers: string; html?: string | undefined; subject?: string | undefined; text?: string | undefined; to?: string | undefined; }>, z.ZodObject<{ attachments: z.ZodPipe, z.ZodNumber>; envelope: z.ZodPipe>, z.ZodObject<{ from: z.ZodString; to: z.ZodArray; }, z.core.$strip>>; from: z.ZodString; headers: z.ZodPipe, string>>; html: z.ZodOptional; subject: z.ZodOptional; text: z.ZodOptional; to: z.ZodOptional; }, z.core.$loose>>, z.ZodTransform<{ bcc: string | undefined; cc: string | undefined; files: File[]; replyTo: string | undefined; targets: string[]; to: string; attachments: number; envelope: { from: string; to: string[]; }; from: string; headers: Record; html?: string | undefined; subject?: string | undefined; text?: string | undefined; }, { [x: string]: unknown; attachments: number; envelope: { from: string; to: string[]; }; from: string; headers: Record; html?: string | undefined; subject?: string | undefined; text?: string | undefined; to?: string | undefined; }>>; export type ReceiveEmailFromSendgridInput = z.infer; export declare const receiveEmailFromSendgridOutputSchema: z.ZodArray; }, z.core.$strip>, z.ZodObject<{ id: z.ZodString; ownerId: z.ZodString; type: z.ZodLiteral<"MATCHED">; }, z.core.$strip>, z.ZodObject<{ error: z.ZodString; }, z.core.$strip>]>>; export type ReceiveEmailFromSendgridOutput = z.infer; //# sourceMappingURL=receive.d.ts.map