import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const ClaimMinAggregateInputObjectSchema: z.ZodType; export declare const ClaimMinAggregateInputObjectZodSchema: 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>; serviceDate: z.ZodOptional>; insuranceProvider: z.ZodOptional>; createdAt: z.ZodOptional>; updatedAt: z.ZodOptional>; status: z.ZodOptional>; claimNumber: z.ZodOptional>; }, "strict", z.ZodTypeAny, { status?: true | undefined; createdAt?: true | undefined; id?: true | undefined; userId?: true | undefined; patientId?: true | undefined; appointmentId?: true | undefined; staffId?: true | undefined; updatedAt?: true | undefined; patientName?: true | undefined; memberId?: true | undefined; dateOfBirth?: true | undefined; remarks?: true | undefined; missingTeethStatus?: true | undefined; serviceDate?: true | undefined; insuranceProvider?: true | undefined; claimNumber?: true | undefined; }, { status?: true | undefined; createdAt?: true | undefined; id?: true | undefined; userId?: true | undefined; patientId?: true | undefined; appointmentId?: true | undefined; staffId?: true | undefined; updatedAt?: true | undefined; patientName?: true | undefined; memberId?: true | undefined; dateOfBirth?: true | undefined; remarks?: true | undefined; missingTeethStatus?: true | undefined; serviceDate?: true | undefined; insuranceProvider?: true | undefined; claimNumber?: true | undefined; }>; //# sourceMappingURL=ClaimMinAggregateInput.schema.d.ts.map