import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const PdfFileCreateWithoutGroupInputObjectSchema: z.ZodType; export declare const PdfFileCreateWithoutGroupInputObjectZodSchema: z.ZodObject<{ filename: z.ZodString; pdfData: z.ZodType, z.ZodTypeDef, Uint8Array>; uploadedAt: z.ZodOptional; }, "strict", z.ZodTypeAny, { filename: string; pdfData: Uint8Array; uploadedAt?: Date | undefined; }, { filename: string; pdfData: Uint8Array; uploadedAt?: Date | undefined; }>; //# sourceMappingURL=PdfFileCreateWithoutGroupInput.schema.d.ts.map