import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const StaffScalarWhereWithAggregatesInputObjectSchema: z.ZodType; export declare const StaffScalarWhereWithAggregatesInputObjectZodSchema: 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]>>; userId: z.ZodOptional, z.ZodTypeDef, Prisma.IntWithAggregatesFilter>>, z.ZodNumber]>>; name: z.ZodOptional, z.ZodTypeDef, Prisma.StringWithAggregatesFilter>>, z.ZodString]>>; email: z.ZodNullable, z.ZodTypeDef, Prisma.StringNullableWithAggregatesFilter>>, z.ZodString]>>>; role: z.ZodOptional, z.ZodTypeDef, Prisma.StringWithAggregatesFilter>>, z.ZodString]>>; phone: z.ZodNullable, z.ZodTypeDef, Prisma.StringNullableWithAggregatesFilter>>, z.ZodString]>>>; createdAt: z.ZodOptional, z.ZodTypeDef, Prisma.DateTimeWithAggregatesFilter>>, z.ZodDate]>>; }, "strict", z.ZodTypeAny, { createdAt?: Date | Prisma.DateTimeWithAggregatesFilter | undefined; id?: number | Prisma.IntWithAggregatesFilter | undefined; userId?: number | Prisma.IntWithAggregatesFilter | undefined; AND?: Prisma.StaffScalarWhereWithAggregatesInput | Prisma.StaffScalarWhereWithAggregatesInput[] | undefined; OR?: Prisma.StaffScalarWhereWithAggregatesInput[] | undefined; NOT?: Prisma.StaffScalarWhereWithAggregatesInput | Prisma.StaffScalarWhereWithAggregatesInput[] | undefined; name?: string | Prisma.StringWithAggregatesFilter | undefined; email?: string | Prisma.StringNullableWithAggregatesFilter | null | undefined; role?: string | Prisma.StringWithAggregatesFilter | undefined; phone?: string | Prisma.StringNullableWithAggregatesFilter | null | undefined; }, { createdAt?: Date | Prisma.DateTimeWithAggregatesFilter | undefined; id?: number | Prisma.IntWithAggregatesFilter | undefined; userId?: number | Prisma.IntWithAggregatesFilter | undefined; AND?: Prisma.StaffScalarWhereWithAggregatesInput | Prisma.StaffScalarWhereWithAggregatesInput[] | undefined; OR?: Prisma.StaffScalarWhereWithAggregatesInput[] | undefined; NOT?: Prisma.StaffScalarWhereWithAggregatesInput | Prisma.StaffScalarWhereWithAggregatesInput[] | undefined; name?: string | Prisma.StringWithAggregatesFilter | undefined; email?: string | Prisma.StringNullableWithAggregatesFilter | null | undefined; role?: string | Prisma.StringWithAggregatesFilter | undefined; phone?: string | Prisma.StringNullableWithAggregatesFilter | null | undefined; }>; //# sourceMappingURL=StaffScalarWhereWithAggregatesInput.schema.d.ts.map