import type { Prisma } from '../../generated/prisma'; import * as z from 'zod'; export declare const ServiceLineTransactionAggregateSchema: z.ZodType; export declare const ServiceLineTransactionAggregateZodSchema: z.ZodObject<{ orderBy: z.ZodOptional, z.ZodArray, "many">]>>; where: z.ZodOptional>; cursor: z.ZodOptional>; take: z.ZodOptional; skip: z.ZodOptional; _count: z.ZodOptional, z.ZodType]>>; _min: z.ZodOptional>; _max: z.ZodOptional>; _avg: z.ZodOptional>; _sum: z.ZodOptional>; }, "strict", z.ZodTypeAny, { where?: Prisma.ServiceLineTransactionWhereInput | undefined; _count?: true | Prisma.ServiceLineTransactionCountAggregateInputType | undefined; orderBy?: Prisma.ServiceLineTransactionOrderByWithRelationInput | Prisma.ServiceLineTransactionOrderByWithRelationInput[] | undefined; cursor?: Prisma.ServiceLineTransactionWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; _min?: Prisma.ServiceLineTransactionMinAggregateInputType | undefined; _max?: Prisma.ServiceLineTransactionMaxAggregateInputType | undefined; _avg?: Prisma.ServiceLineTransactionAvgAggregateInputType | undefined; _sum?: Prisma.ServiceLineTransactionSumAggregateInputType | undefined; }, { where?: Prisma.ServiceLineTransactionWhereInput | undefined; _count?: true | Prisma.ServiceLineTransactionCountAggregateInputType | undefined; orderBy?: Prisma.ServiceLineTransactionOrderByWithRelationInput | Prisma.ServiceLineTransactionOrderByWithRelationInput[] | undefined; cursor?: Prisma.ServiceLineTransactionWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; _min?: Prisma.ServiceLineTransactionMinAggregateInputType | undefined; _max?: Prisma.ServiceLineTransactionMaxAggregateInputType | undefined; _avg?: Prisma.ServiceLineTransactionAvgAggregateInputType | undefined; _sum?: Prisma.ServiceLineTransactionSumAggregateInputType | undefined; }>; //# sourceMappingURL=aggregateServiceLineTransaction.schema.d.ts.map