import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const PatientDocumentScalarWhereWithAggregatesInputObjectSchema: z.ZodType; export declare const PatientDocumentScalarWhereWithAggregatesInputObjectZodSchema: z.ZodObject<{ AND: z.ZodOptional>, z.ZodArray>, "many">]>>; OR: z.ZodOptional>, "many">>; NOT: z.ZodOptional>, z.ZodArray>, "many">]>>; id: z.ZodOptional, z.ZodTypeDef, Prisma.IntWithAggregatesFilter>>, z.ZodNumber]>>; patientId: z.ZodOptional, z.ZodTypeDef, Prisma.IntWithAggregatesFilter>>, z.ZodNumber]>>; filename: z.ZodOptional, z.ZodTypeDef, Prisma.StringWithAggregatesFilter>>, z.ZodString]>>; originalName: z.ZodOptional, z.ZodTypeDef, Prisma.StringWithAggregatesFilter>>, z.ZodString]>>; mimeType: z.ZodOptional, z.ZodTypeDef, Prisma.StringWithAggregatesFilter>>, z.ZodString]>>; fileSize: z.ZodOptional, z.ZodTypeDef, Prisma.BigIntWithAggregatesFilter>>, z.ZodBigInt]>>; filePath: z.ZodOptional, z.ZodTypeDef, Prisma.StringWithAggregatesFilter>>, z.ZodString]>>; uploadedAt: z.ZodOptional, z.ZodTypeDef, Prisma.DateTimeWithAggregatesFilter>>, z.ZodDate]>>; updatedAt: z.ZodOptional, z.ZodTypeDef, Prisma.DateTimeWithAggregatesFilter>>, z.ZodDate]>>; }, "strict", z.ZodTypeAny, { id?: number | Prisma.IntWithAggregatesFilter | undefined; AND?: Prisma.PatientDocumentScalarWhereWithAggregatesInput | Prisma.PatientDocumentScalarWhereWithAggregatesInput[] | undefined; OR?: Prisma.PatientDocumentScalarWhereWithAggregatesInput[] | undefined; NOT?: Prisma.PatientDocumentScalarWhereWithAggregatesInput | Prisma.PatientDocumentScalarWhereWithAggregatesInput[] | undefined; filename?: string | Prisma.StringWithAggregatesFilter | undefined; uploadedAt?: Date | Prisma.DateTimeWithAggregatesFilter | undefined; patientId?: number | Prisma.IntWithAggregatesFilter | undefined; mimeType?: string | Prisma.StringWithAggregatesFilter | undefined; updatedAt?: Date | Prisma.DateTimeWithAggregatesFilter | undefined; originalName?: string | Prisma.StringWithAggregatesFilter | undefined; fileSize?: bigint | Prisma.BigIntWithAggregatesFilter | undefined; filePath?: string | Prisma.StringWithAggregatesFilter | undefined; }, { id?: number | Prisma.IntWithAggregatesFilter | undefined; AND?: Prisma.PatientDocumentScalarWhereWithAggregatesInput | Prisma.PatientDocumentScalarWhereWithAggregatesInput[] | undefined; OR?: Prisma.PatientDocumentScalarWhereWithAggregatesInput[] | undefined; NOT?: Prisma.PatientDocumentScalarWhereWithAggregatesInput | Prisma.PatientDocumentScalarWhereWithAggregatesInput[] | undefined; filename?: string | Prisma.StringWithAggregatesFilter | undefined; uploadedAt?: Date | Prisma.DateTimeWithAggregatesFilter | undefined; patientId?: number | Prisma.IntWithAggregatesFilter | undefined; mimeType?: string | Prisma.StringWithAggregatesFilter | undefined; updatedAt?: Date | Prisma.DateTimeWithAggregatesFilter | undefined; originalName?: string | Prisma.StringWithAggregatesFilter | undefined; fileSize?: bigint | Prisma.BigIntWithAggregatesFilter | undefined; filePath?: string | Prisma.StringWithAggregatesFilter | undefined; }>; //# sourceMappingURL=PatientDocumentScalarWhereWithAggregatesInput.schema.d.ts.map