import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const ClaimSumAggregateInputObjectSchema: z.ZodType; export declare const ClaimSumAggregateInputObjectZodSchema: z.ZodObject<{ id: z.ZodOptional>; patientId: z.ZodOptional>; appointmentId: z.ZodOptional>; userId: z.ZodOptional>; staffId: z.ZodOptional>; }, "strict", z.ZodTypeAny, { id?: true | undefined; userId?: true | undefined; patientId?: true | undefined; appointmentId?: true | undefined; staffId?: true | undefined; }, { id?: true | undefined; userId?: true | undefined; patientId?: true | undefined; appointmentId?: true | undefined; staffId?: true | undefined; }>; //# sourceMappingURL=ClaimSumAggregateInput.schema.d.ts.map