import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const PatientDocumentMinAggregateInputObjectSchema: z.ZodType; export declare const PatientDocumentMinAggregateInputObjectZodSchema: z.ZodObject<{ id: z.ZodOptional>; patientId: z.ZodOptional>; filename: z.ZodOptional>; originalName: z.ZodOptional>; mimeType: z.ZodOptional>; fileSize: z.ZodOptional>; filePath: z.ZodOptional>; uploadedAt: z.ZodOptional>; updatedAt: z.ZodOptional>; }, "strict", z.ZodTypeAny, { id?: true | undefined; filename?: true | undefined; uploadedAt?: true | undefined; patientId?: true | undefined; mimeType?: true | undefined; updatedAt?: true | undefined; originalName?: true | undefined; fileSize?: true | undefined; filePath?: true | undefined; }, { id?: true | undefined; filename?: true | undefined; uploadedAt?: true | undefined; patientId?: true | undefined; mimeType?: true | undefined; updatedAt?: true | undefined; originalName?: true | undefined; fileSize?: true | undefined; filePath?: true | undefined; }>; //# sourceMappingURL=PatientDocumentMinAggregateInput.schema.d.ts.map