import { z } from "zod"; export declare const pushCampaignFormValidation: z.ZodObject<{ name: z.ZodString; title: z.ZodString; body: z.ZodString; scheduledAt: z.ZodString; allStudents: z.ZodOptional; enabled: z.ZodOptional; id: z.ZodOptional; schoolId: z.ZodString; }, z.core.$strip>;