import * as z from 'zod'; export declare const ClaimUpdateResultSchema: z.ZodNullable; serviceDate: z.ZodDate; insuranceProvider: z.ZodString; createdAt: z.ZodDate; updatedAt: z.ZodDate; status: z.ZodUnknown; claimNumber: z.ZodOptional; patient: z.ZodUnknown; appointment: z.ZodUnknown; user: z.ZodOptional; staff: z.ZodOptional; serviceLines: z.ZodArray; claimFiles: z.ZodArray; payment: z.ZodOptional; }, "strip", z.ZodTypeAny, { createdAt: Date; id: number; userId: number; patientId: number; appointmentId: number; staffId: number; updatedAt: Date; serviceLines: unknown[]; patientName: string; memberId: string; dateOfBirth: Date; remarks: string; serviceDate: Date; insuranceProvider: string; claimFiles: unknown[]; status?: unknown; user?: unknown; patient?: unknown; appointment?: unknown; staff?: unknown; payment?: unknown; missingTeethStatus?: unknown; missingTeeth?: unknown; claimNumber?: string | undefined; }, { createdAt: Date; id: number; userId: number; patientId: number; appointmentId: number; staffId: number; updatedAt: Date; serviceLines: unknown[]; patientName: string; memberId: string; dateOfBirth: Date; remarks: string; serviceDate: Date; insuranceProvider: string; claimFiles: unknown[]; status?: unknown; user?: unknown; patient?: unknown; appointment?: unknown; staff?: unknown; payment?: unknown; missingTeethStatus?: unknown; missingTeeth?: unknown; claimNumber?: string | undefined; }>>; //# sourceMappingURL=ClaimUpdateResult.schema.d.ts.map