import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const PatientDocumentWhereInputObjectSchema: z.ZodType; export declare const PatientDocumentWhereInputObjectZodSchema: z.ZodObject<{ AND: z.ZodOptional>, z.ZodArray>, "many">]>>; OR: z.ZodOptional>, "many">>; NOT: z.ZodOptional>, z.ZodArray>, "many">]>>; id: z.ZodOptional, z.ZodTypeDef, Prisma.IntFilter>>, z.ZodNumber]>>; patientId: z.ZodOptional, z.ZodTypeDef, Prisma.IntFilter>>, z.ZodNumber]>>; filename: z.ZodOptional, z.ZodTypeDef, Prisma.StringFilter>>, z.ZodString]>>; originalName: z.ZodOptional, z.ZodTypeDef, Prisma.StringFilter>>, z.ZodString]>>; mimeType: z.ZodOptional, z.ZodTypeDef, Prisma.StringFilter>>, z.ZodString]>>; fileSize: z.ZodOptional, z.ZodTypeDef, Prisma.BigIntFilter>>, z.ZodBigInt]>>; filePath: z.ZodOptional, z.ZodTypeDef, Prisma.StringFilter>>, z.ZodString]>>; uploadedAt: z.ZodOptional, z.ZodTypeDef, Prisma.DateTimeFilter>>, z.ZodDate]>>; updatedAt: z.ZodOptional, z.ZodTypeDef, Prisma.DateTimeFilter>>, z.ZodDate]>>; patient: z.ZodOptional>, z.ZodLazy>]>>; }, "strict", z.ZodTypeAny, { id?: number | Prisma.IntFilter | undefined; AND?: Prisma.PatientDocumentWhereInput | Prisma.PatientDocumentWhereInput[] | undefined; OR?: Prisma.PatientDocumentWhereInput[] | undefined; NOT?: Prisma.PatientDocumentWhereInput | Prisma.PatientDocumentWhereInput[] | undefined; filename?: string | Prisma.StringFilter | undefined; uploadedAt?: Date | Prisma.DateTimeFilter | undefined; patientId?: number | Prisma.IntFilter | undefined; patient?: Prisma.PatientWhereInput | Prisma.PatientScalarRelationFilter | undefined; mimeType?: string | Prisma.StringFilter | undefined; updatedAt?: Date | Prisma.DateTimeFilter | undefined; originalName?: string | Prisma.StringFilter | undefined; fileSize?: bigint | Prisma.BigIntFilter | undefined; filePath?: string | Prisma.StringFilter | undefined; }, { id?: number | Prisma.IntFilter | undefined; AND?: Prisma.PatientDocumentWhereInput | Prisma.PatientDocumentWhereInput[] | undefined; OR?: Prisma.PatientDocumentWhereInput[] | undefined; NOT?: Prisma.PatientDocumentWhereInput | Prisma.PatientDocumentWhereInput[] | undefined; filename?: string | Prisma.StringFilter | undefined; uploadedAt?: Date | Prisma.DateTimeFilter | undefined; patientId?: number | Prisma.IntFilter | undefined; patient?: Prisma.PatientWhereInput | Prisma.PatientScalarRelationFilter | undefined; mimeType?: string | Prisma.StringFilter | undefined; updatedAt?: Date | Prisma.DateTimeFilter | undefined; originalName?: string | Prisma.StringFilter | undefined; fileSize?: bigint | Prisma.BigIntFilter | undefined; filePath?: string | Prisma.StringFilter | undefined; }>; //# sourceMappingURL=PatientDocumentWhereInput.schema.d.ts.map