import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const ServiceLineTransactionMaxAggregateInputObjectSchema: z.ZodType; export declare const ServiceLineTransactionMaxAggregateInputObjectZodSchema: z.ZodObject<{ id: z.ZodOptional>; paymentId: z.ZodOptional>; serviceLineId: z.ZodOptional>; transactionId: z.ZodOptional>; paidAmount: z.ZodOptional>; adjustedAmount: z.ZodOptional>; method: z.ZodOptional>; receivedDate: z.ZodOptional>; payerName: z.ZodOptional>; notes: z.ZodOptional>; createdAt: z.ZodOptional>; }, "strict", z.ZodTypeAny, { createdAt?: true | undefined; id?: true | undefined; notes?: true | undefined; paymentId?: true | undefined; transactionId?: true | undefined; paidAmount?: true | undefined; adjustedAmount?: true | undefined; method?: true | undefined; receivedDate?: true | undefined; payerName?: true | undefined; serviceLineId?: true | undefined; }, { createdAt?: true | undefined; id?: true | undefined; notes?: true | undefined; paymentId?: true | undefined; transactionId?: true | undefined; paidAmount?: true | undefined; adjustedAmount?: true | undefined; method?: true | undefined; receivedDate?: true | undefined; payerName?: true | undefined; serviceLineId?: true | undefined; }>; //# sourceMappingURL=ServiceLineTransactionMaxAggregateInput.schema.d.ts.map