import * as z from 'zod'; export declare const PdfGroupScalarFieldEnumSchema: z.ZodEnum<["id", "title", "titleKey", "createdAt", "patientId"]>; export type PdfGroupScalarFieldEnum = z.infer; //# sourceMappingURL=PdfGroupScalarFieldEnum.schema.d.ts.map