import { z } from "zod"; export declare const deleteEmailsInputSchema: z.ZodObject<{ createdAt: z.ZodOptional; at: z.ZodOptional; atOrAfter: z.ZodOptional; atOrBefore: z.ZodOptional; before: z.ZodOptional; }, z.core.$strip>>; id: z.ZodOptional; }, z.core.$strip>; export type DeleteEmailsInput = z.infer; export declare const deleteEmailsOutputSchema: z.ZodObject<{ count: z.ZodNumber; }, z.core.$strip>; export type DeleteEmailsOutput = z.infer; //# sourceMappingURL=delete.d.ts.map