import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const ClaimUncheckedCreateWithoutPaymentInputObjectSchema: z.ZodType; export declare const ClaimUncheckedCreateWithoutPaymentInputObjectZodSchema: z.ZodObject<{ id: z.ZodOptional; patientId: z.ZodNumber; appointmentId: z.ZodNumber; userId: z.ZodNumber; staffId: z.ZodNumber; patientName: z.ZodString; memberId: z.ZodString; dateOfBirth: z.ZodDate; remarks: z.ZodString; missingTeethStatus: z.ZodOptional>; missingTeeth: z.ZodOptional, z.ZodType]>>; serviceDate: z.ZodDate; insuranceProvider: z.ZodString; createdAt: z.ZodOptional; updatedAt: z.ZodOptional; status: z.ZodOptional>; claimNumber: z.ZodNullable>; serviceLines: z.ZodOptional>>; claimFiles: z.ZodOptional>>; }, "strict", z.ZodTypeAny, { userId: number; patientId: number; appointmentId: number; staffId: number; patientName: string; memberId: string; dateOfBirth: Date; remarks: string; serviceDate: Date; insuranceProvider: string; status?: "PENDING" | "APPROVED" | "CANCELLED" | "REVIEW" | "VOID" | undefined; createdAt?: Date | undefined; id?: number | undefined; updatedAt?: Date | undefined; serviceLines?: Prisma.ServiceLineUncheckedCreateNestedManyWithoutClaimInput | undefined; missingTeethStatus?: "No_missing" | "endentulous" | "Yes_missing" | undefined; missingTeeth?: import("../../helpers/json-helpers").JsonValue | undefined; claimNumber?: string | null | undefined; claimFiles?: Prisma.ClaimFileUncheckedCreateNestedManyWithoutClaimInput | undefined; }, { userId: number; patientId: number; appointmentId: number; staffId: number; patientName: string; memberId: string; dateOfBirth: Date; remarks: string; serviceDate: Date; insuranceProvider: string; status?: "PENDING" | "APPROVED" | "CANCELLED" | "REVIEW" | "VOID" | undefined; createdAt?: Date | undefined; id?: number | undefined; updatedAt?: Date | undefined; serviceLines?: Prisma.ServiceLineUncheckedCreateNestedManyWithoutClaimInput | undefined; missingTeethStatus?: "No_missing" | "endentulous" | "Yes_missing" | undefined; missingTeeth?: import("../../helpers/json-helpers").JsonValue | undefined; claimNumber?: string | null | undefined; claimFiles?: Prisma.ClaimFileUncheckedCreateNestedManyWithoutClaimInput | undefined; }>; //# sourceMappingURL=ClaimUncheckedCreateWithoutPaymentInput.schema.d.ts.map