import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const PaymentMaxAggregateInputObjectSchema: z.ZodType; export declare const PaymentMaxAggregateInputObjectZodSchema: z.ZodObject<{ id: z.ZodOptional>; claimId: z.ZodOptional>; patientId: z.ZodOptional>; userId: z.ZodOptional>; updatedById: z.ZodOptional>; totalBilled: z.ZodOptional>; totalPaid: z.ZodOptional>; totalAdjusted: z.ZodOptional>; totalDue: z.ZodOptional>; status: z.ZodOptional>; notes: z.ZodOptional>; icn: z.ZodOptional>; createdAt: z.ZodOptional>; updatedAt: z.ZodOptional>; }, "strict", z.ZodTypeAny, { status?: true | undefined; createdAt?: true | undefined; id?: true | undefined; userId?: true | undefined; patientId?: true | undefined; notes?: true | undefined; claimId?: true | undefined; totalBilled?: true | undefined; totalPaid?: true | undefined; totalAdjusted?: true | undefined; totalDue?: true | undefined; icn?: true | undefined; updatedAt?: true | undefined; updatedById?: true | undefined; }, { status?: true | undefined; createdAt?: true | undefined; id?: true | undefined; userId?: true | undefined; patientId?: true | undefined; notes?: true | undefined; claimId?: true | undefined; totalBilled?: true | undefined; totalPaid?: true | undefined; totalAdjusted?: true | undefined; totalDue?: true | undefined; icn?: true | undefined; updatedAt?: true | undefined; updatedById?: true | undefined; }>; //# sourceMappingURL=PaymentMaxAggregateInput.schema.d.ts.map