import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const UserScalarWhereWithAggregatesInputObjectSchema: z.ZodType; export declare const UserScalarWhereWithAggregatesInputObjectZodSchema: z.ZodObject<{ AND: z.ZodOptional>, z.ZodArray>, "many">]>>; OR: z.ZodOptional>, "many">>; NOT: z.ZodOptional>, z.ZodArray>, "many">]>>; id: z.ZodOptional, z.ZodTypeDef, Prisma.IntWithAggregatesFilter>>, z.ZodNumber]>>; username: z.ZodOptional, z.ZodTypeDef, Prisma.StringWithAggregatesFilter>>, z.ZodString]>>; password: z.ZodOptional, z.ZodTypeDef, Prisma.StringWithAggregatesFilter>>, z.ZodString]>>; }, "strict", z.ZodTypeAny, { id?: number | Prisma.IntWithAggregatesFilter | undefined; AND?: Prisma.UserScalarWhereWithAggregatesInput | Prisma.UserScalarWhereWithAggregatesInput[] | undefined; OR?: Prisma.UserScalarWhereWithAggregatesInput[] | undefined; NOT?: Prisma.UserScalarWhereWithAggregatesInput | Prisma.UserScalarWhereWithAggregatesInput[] | undefined; username?: string | Prisma.StringWithAggregatesFilter | undefined; password?: string | Prisma.StringWithAggregatesFilter | undefined; }, { id?: number | Prisma.IntWithAggregatesFilter | undefined; AND?: Prisma.UserScalarWhereWithAggregatesInput | Prisma.UserScalarWhereWithAggregatesInput[] | undefined; OR?: Prisma.UserScalarWhereWithAggregatesInput[] | undefined; NOT?: Prisma.UserScalarWhereWithAggregatesInput | Prisma.UserScalarWhereWithAggregatesInput[] | undefined; username?: string | Prisma.StringWithAggregatesFilter | undefined; password?: string | Prisma.StringWithAggregatesFilter | undefined; }>; //# sourceMappingURL=UserScalarWhereWithAggregatesInput.schema.d.ts.map