import type { Prisma } from '../../generated/prisma'; import * as z from 'zod'; export declare const ClaimFindFirstSelectSchema: z.ZodType; export declare const ClaimFindFirstSelectZodSchema: z.ZodObject<{ id: z.ZodOptional; patientId: z.ZodOptional; appointmentId: z.ZodOptional; userId: z.ZodOptional; staffId: z.ZodOptional; patientName: z.ZodOptional; memberId: z.ZodOptional; dateOfBirth: z.ZodOptional; remarks: z.ZodOptional; missingTeethStatus: z.ZodOptional; missingTeeth: z.ZodOptional; serviceDate: z.ZodOptional; insuranceProvider: z.ZodOptional; createdAt: z.ZodOptional; updatedAt: z.ZodOptional; status: z.ZodOptional; claimNumber: z.ZodOptional; patient: z.ZodOptional; appointment: z.ZodOptional; user: z.ZodOptional; staff: z.ZodOptional; serviceLines: z.ZodOptional; claimFiles: z.ZodOptional; payment: z.ZodOptional; _count: z.ZodOptional; }, "strict", z.ZodTypeAny, { status?: boolean | undefined; createdAt?: boolean | undefined; id?: boolean | undefined; userId?: boolean | undefined; user?: boolean | undefined; patientId?: boolean | undefined; patient?: boolean | undefined; appointmentId?: boolean | undefined; appointment?: boolean | undefined; staff?: boolean | undefined; staffId?: boolean | undefined; payment?: boolean | undefined; updatedAt?: boolean | undefined; serviceLines?: boolean | undefined; patientName?: boolean | undefined; memberId?: boolean | undefined; dateOfBirth?: boolean | undefined; remarks?: boolean | undefined; missingTeethStatus?: boolean | undefined; missingTeeth?: boolean | undefined; serviceDate?: boolean | undefined; insuranceProvider?: boolean | undefined; claimNumber?: boolean | undefined; claimFiles?: boolean | undefined; _count?: boolean | undefined; }, { status?: boolean | undefined; createdAt?: boolean | undefined; id?: boolean | undefined; userId?: boolean | undefined; user?: boolean | undefined; patientId?: boolean | undefined; patient?: boolean | undefined; appointmentId?: boolean | undefined; appointment?: boolean | undefined; staff?: boolean | undefined; staffId?: boolean | undefined; payment?: boolean | undefined; updatedAt?: boolean | undefined; serviceLines?: boolean | undefined; patientName?: boolean | undefined; memberId?: boolean | undefined; dateOfBirth?: boolean | undefined; remarks?: boolean | undefined; missingTeethStatus?: boolean | undefined; missingTeeth?: boolean | undefined; serviceDate?: boolean | undefined; insuranceProvider?: boolean | undefined; claimNumber?: boolean | undefined; claimFiles?: boolean | undefined; _count?: boolean | undefined; }>; export declare const ClaimFindFirstSchema: z.ZodType; export declare const ClaimFindFirstZodSchema: z.ZodObject<{ select: z.ZodOptional, z.ZodTypeDef, Prisma.ClaimSelect>>; include: z.ZodLazy, z.ZodTypeDef, Prisma.ClaimInclude>>>; 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.ClaimWhereInput | undefined; include?: Prisma.ClaimInclude | undefined; select?: Prisma.ClaimSelect | undefined; orderBy?: Prisma.ClaimOrderByWithRelationInput | Prisma.ClaimOrderByWithRelationInput[] | undefined; cursor?: Prisma.ClaimWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; distinct?: "status" | "createdAt" | "id" | "userId" | "patientId" | "appointmentId" | "staffId" | "updatedAt" | "patientName" | "memberId" | "dateOfBirth" | "remarks" | "missingTeethStatus" | "missingTeeth" | "serviceDate" | "insuranceProvider" | "claimNumber" | ("status" | "createdAt" | "id" | "userId" | "patientId" | "appointmentId" | "staffId" | "updatedAt" | "patientName" | "memberId" | "dateOfBirth" | "remarks" | "missingTeethStatus" | "missingTeeth" | "serviceDate" | "insuranceProvider" | "claimNumber")[] | undefined; }, { where?: Prisma.ClaimWhereInput | undefined; include?: Prisma.ClaimInclude | undefined; select?: Prisma.ClaimSelect | undefined; orderBy?: Prisma.ClaimOrderByWithRelationInput | Prisma.ClaimOrderByWithRelationInput[] | undefined; cursor?: Prisma.ClaimWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; distinct?: "status" | "createdAt" | "id" | "userId" | "patientId" | "appointmentId" | "staffId" | "updatedAt" | "patientName" | "memberId" | "dateOfBirth" | "remarks" | "missingTeethStatus" | "missingTeeth" | "serviceDate" | "insuranceProvider" | "claimNumber" | ("status" | "createdAt" | "id" | "userId" | "patientId" | "appointmentId" | "staffId" | "updatedAt" | "patientName" | "memberId" | "dateOfBirth" | "remarks" | "missingTeethStatus" | "missingTeeth" | "serviceDate" | "insuranceProvider" | "claimNumber")[] | undefined; }>; //# sourceMappingURL=findFirstClaim.schema.d.ts.map