import { z } from "zod/v4"; export declare const ProgramBaseSchema: z.ZodObject<{ manager: z.ZodString; }, z.core.$strip>; export declare const EnrollmentPayloadBaseSchema: z.ZodObject<{ organizationId: z.ZodCUID; workspaceId: z.ZodCUID; program: z.ZodObject<{ manager: z.ZodString; }, z.core.$strip>; customer: z.ZodObject<{ id: z.ZodCUID; firstName: z.ZodOptional; lastName: z.ZodOptional; email: z.ZodOptional; phone: z.ZodOptional; referenceId: z.ZodString; organizationId: z.ZodCUID; workspaceId: z.ZodCUID; updatedAt: z.ZodString; createdAt: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; //# sourceMappingURL=enrollment.base.d.ts.map