import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const ClaimCreateWithoutClaimFilesInputObjectSchema: z.ZodType; export declare const ClaimCreateWithoutClaimFilesInputObjectZodSchema: z.ZodObject<{ 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>; patient: z.ZodLazy>; appointment: z.ZodLazy>; user: z.ZodOptional>>; staff: z.ZodOptional>>; serviceLines: z.ZodOptional>>; payment: z.ZodOptional>>; }, "strict", z.ZodTypeAny, { patient: Prisma.PatientCreateNestedOneWithoutClaimsInput; appointment: Prisma.AppointmentCreateNestedOneWithoutClaimsInput; patientName: string; memberId: string; dateOfBirth: Date; remarks: string; serviceDate: Date; insuranceProvider: string; status?: "PENDING" | "APPROVED" | "CANCELLED" | "REVIEW" | "VOID" | undefined; createdAt?: Date | undefined; user?: Prisma.UserCreateNestedOneWithoutClaimsInput | undefined; staff?: Prisma.StaffCreateNestedOneWithoutClaimsInput | undefined; payment?: Prisma.PaymentCreateNestedOneWithoutClaimInput | undefined; updatedAt?: Date | undefined; serviceLines?: Prisma.ServiceLineCreateNestedManyWithoutClaimInput | undefined; missingTeethStatus?: "No_missing" | "endentulous" | "Yes_missing" | undefined; missingTeeth?: import("../../helpers/json-helpers").JsonValue | undefined; claimNumber?: string | null | undefined; }, { patient: Prisma.PatientCreateNestedOneWithoutClaimsInput; appointment: Prisma.AppointmentCreateNestedOneWithoutClaimsInput; patientName: string; memberId: string; dateOfBirth: Date; remarks: string; serviceDate: Date; insuranceProvider: string; status?: "PENDING" | "APPROVED" | "CANCELLED" | "REVIEW" | "VOID" | undefined; createdAt?: Date | undefined; user?: Prisma.UserCreateNestedOneWithoutClaimsInput | undefined; staff?: Prisma.StaffCreateNestedOneWithoutClaimsInput | undefined; payment?: Prisma.PaymentCreateNestedOneWithoutClaimInput | undefined; updatedAt?: Date | undefined; serviceLines?: Prisma.ServiceLineCreateNestedManyWithoutClaimInput | undefined; missingTeethStatus?: "No_missing" | "endentulous" | "Yes_missing" | undefined; missingTeeth?: import("../../helpers/json-helpers").JsonValue | undefined; claimNumber?: string | null | undefined; }>; //# sourceMappingURL=ClaimCreateWithoutClaimFilesInput.schema.d.ts.map