import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const PaymentSumAggregateInputObjectSchema: z.ZodType; export declare const PaymentSumAggregateInputObjectZodSchema: 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>; }, "strict", z.ZodTypeAny, { id?: true | undefined; userId?: true | undefined; patientId?: true | undefined; claimId?: true | undefined; totalBilled?: true | undefined; totalPaid?: true | undefined; totalAdjusted?: true | undefined; totalDue?: true | undefined; updatedById?: true | undefined; }, { id?: true | undefined; userId?: true | undefined; patientId?: true | undefined; claimId?: true | undefined; totalBilled?: true | undefined; totalPaid?: true | undefined; totalAdjusted?: true | undefined; totalDue?: true | undefined; updatedById?: true | undefined; }>; //# sourceMappingURL=PaymentSumAggregateInput.schema.d.ts.map