import type { Prisma } from '../../generated/prisma'; import * as z from 'zod'; export declare const PatientDocumentFindFirstSelectSchema: z.ZodType; export declare const PatientDocumentFindFirstSelectZodSchema: 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; patient: z.ZodOptional; }, "strict", z.ZodTypeAny, { id?: boolean | undefined; filename?: boolean | undefined; uploadedAt?: boolean | undefined; patientId?: boolean | undefined; patient?: boolean | undefined; mimeType?: boolean | undefined; updatedAt?: boolean | undefined; originalName?: boolean | undefined; fileSize?: boolean | undefined; filePath?: boolean | undefined; }, { id?: boolean | undefined; filename?: boolean | undefined; uploadedAt?: boolean | undefined; patientId?: boolean | undefined; patient?: boolean | undefined; mimeType?: boolean | undefined; updatedAt?: boolean | undefined; originalName?: boolean | undefined; fileSize?: boolean | undefined; filePath?: boolean | undefined; }>; export declare const PatientDocumentFindFirstSchema: z.ZodType; export declare const PatientDocumentFindFirstZodSchema: z.ZodObject<{ select: z.ZodOptional, z.ZodTypeDef, Prisma.PatientDocumentSelect>>; include: z.ZodLazy, z.ZodTypeDef, Prisma.PatientDocumentInclude>>>; orderBy: z.ZodOptional, z.ZodArray, "many">]>>; where: z.ZodOptional>; cursor: z.ZodOptional>; take: z.ZodOptional; skip: z.ZodOptional; distinct: z.ZodOptional, z.ZodArray, "many">]>>; }, "strict", z.ZodTypeAny, { where?: Prisma.PatientDocumentWhereInput | undefined; include?: Prisma.PatientDocumentInclude | undefined; select?: Prisma.PatientDocumentSelect | undefined; orderBy?: Prisma.PatientDocumentOrderByWithRelationInput | Prisma.PatientDocumentOrderByWithRelationInput[] | undefined; cursor?: Prisma.PatientDocumentWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; distinct?: "id" | "filename" | "uploadedAt" | "patientId" | "mimeType" | "updatedAt" | "originalName" | "fileSize" | "filePath" | ("id" | "filename" | "uploadedAt" | "patientId" | "mimeType" | "updatedAt" | "originalName" | "fileSize" | "filePath")[] | undefined; }, { where?: Prisma.PatientDocumentWhereInput | undefined; include?: Prisma.PatientDocumentInclude | undefined; select?: Prisma.PatientDocumentSelect | undefined; orderBy?: Prisma.PatientDocumentOrderByWithRelationInput | Prisma.PatientDocumentOrderByWithRelationInput[] | undefined; cursor?: Prisma.PatientDocumentWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; distinct?: "id" | "filename" | "uploadedAt" | "patientId" | "mimeType" | "updatedAt" | "originalName" | "fileSize" | "filePath" | ("id" | "filename" | "uploadedAt" | "patientId" | "mimeType" | "updatedAt" | "originalName" | "fileSize" | "filePath")[] | undefined; }>; //# sourceMappingURL=findFirstPatientDocument.schema.d.ts.map