import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const UserOrderByWithAggregationInputObjectSchema: z.ZodType; export declare const UserOrderByWithAggregationInputObjectZodSchema: z.ZodObject<{ id: z.ZodOptional>; username: z.ZodOptional>; password: z.ZodOptional>; _count: z.ZodOptional>>; _avg: z.ZodOptional>>; _max: z.ZodOptional>>; _min: z.ZodOptional>>; _sum: z.ZodOptional>>; }, "strict", z.ZodTypeAny, { id?: "asc" | "desc" | undefined; username?: "asc" | "desc" | undefined; password?: "asc" | "desc" | undefined; _count?: Prisma.UserCountOrderByAggregateInput | undefined; _min?: Prisma.UserMinOrderByAggregateInput | undefined; _max?: Prisma.UserMaxOrderByAggregateInput | undefined; _avg?: Prisma.UserAvgOrderByAggregateInput | undefined; _sum?: Prisma.UserSumOrderByAggregateInput | undefined; }, { id?: "asc" | "desc" | undefined; username?: "asc" | "desc" | undefined; password?: "asc" | "desc" | undefined; _count?: Prisma.UserCountOrderByAggregateInput | undefined; _min?: Prisma.UserMinOrderByAggregateInput | undefined; _max?: Prisma.UserMaxOrderByAggregateInput | undefined; _avg?: Prisma.UserAvgOrderByAggregateInput | undefined; _sum?: Prisma.UserSumOrderByAggregateInput | undefined; }>; //# sourceMappingURL=UserOrderByWithAggregationInput.schema.d.ts.map