import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const ServiceLineMinAggregateInputObjectSchema: z.ZodType; export declare const ServiceLineMinAggregateInputObjectZodSchema: z.ZodObject<{ id: z.ZodOptional>; claimId: z.ZodOptional>; paymentId: z.ZodOptional>; procedureCode: z.ZodOptional>; procedureDate: z.ZodOptional>; quad: z.ZodOptional>; arch: z.ZodOptional>; toothNumber: z.ZodOptional>; toothSurface: z.ZodOptional>; totalBilled: z.ZodOptional>; totalPaid: z.ZodOptional>; totalAdjusted: z.ZodOptional>; totalDue: z.ZodOptional>; status: z.ZodOptional>; }, "strict", z.ZodTypeAny, { status?: true | undefined; id?: true | undefined; procedureCode?: true | undefined; toothNumber?: true | undefined; toothSurface?: true | undefined; claimId?: true | undefined; paymentId?: true | undefined; procedureDate?: true | undefined; quad?: true | undefined; arch?: true | undefined; totalBilled?: true | undefined; totalPaid?: true | undefined; totalAdjusted?: true | undefined; totalDue?: true | undefined; }, { status?: true | undefined; id?: true | undefined; procedureCode?: true | undefined; toothNumber?: true | undefined; toothSurface?: true | undefined; claimId?: true | undefined; paymentId?: true | undefined; procedureDate?: true | undefined; quad?: true | undefined; arch?: true | undefined; totalBilled?: true | undefined; totalPaid?: true | undefined; totalAdjusted?: true | undefined; totalDue?: true | undefined; }>; //# sourceMappingURL=ServiceLineMinAggregateInput.schema.d.ts.map