import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const StaffWhereInputObjectSchema: z.ZodType; export declare const StaffWhereInputObjectZodSchema: z.ZodObject<{ AND: z.ZodOptional>, z.ZodArray>, "many">]>>; OR: z.ZodOptional>, "many">>; NOT: z.ZodOptional>, z.ZodArray>, "many">]>>; id: z.ZodOptional, z.ZodTypeDef, Prisma.IntFilter>>, z.ZodNumber]>>; userId: z.ZodOptional, z.ZodTypeDef, Prisma.IntFilter>>, z.ZodNumber]>>; name: z.ZodOptional, z.ZodTypeDef, Prisma.StringFilter>>, z.ZodString]>>; email: z.ZodNullable, z.ZodTypeDef, Prisma.StringNullableFilter>>, z.ZodString]>>>; role: z.ZodOptional, z.ZodTypeDef, Prisma.StringFilter>>, z.ZodString]>>; phone: z.ZodNullable, z.ZodTypeDef, Prisma.StringNullableFilter>>, z.ZodString]>>>; createdAt: z.ZodOptional, z.ZodTypeDef, Prisma.DateTimeFilter>>, z.ZodDate]>>; user: z.ZodOptional>, z.ZodLazy>]>>; appointments: z.ZodOptional>>; claims: z.ZodOptional>>; }, "strict", z.ZodTypeAny, { createdAt?: Date | Prisma.DateTimeFilter | undefined; id?: number | Prisma.IntFilter | undefined; userId?: number | Prisma.IntFilter | undefined; AND?: Prisma.StaffWhereInput | Prisma.StaffWhereInput[] | undefined; OR?: Prisma.StaffWhereInput[] | undefined; NOT?: Prisma.StaffWhereInput | Prisma.StaffWhereInput[] | undefined; user?: Prisma.UserNullableScalarRelationFilter | Prisma.UserWhereInput | undefined; claims?: Prisma.ClaimListRelationFilter | undefined; name?: string | Prisma.StringFilter | undefined; email?: string | Prisma.StringNullableFilter | null | undefined; role?: string | Prisma.StringFilter | undefined; phone?: string | Prisma.StringNullableFilter | null | undefined; appointments?: Prisma.AppointmentListRelationFilter | undefined; }, { createdAt?: Date | Prisma.DateTimeFilter | undefined; id?: number | Prisma.IntFilter | undefined; userId?: number | Prisma.IntFilter | undefined; AND?: Prisma.StaffWhereInput | Prisma.StaffWhereInput[] | undefined; OR?: Prisma.StaffWhereInput[] | undefined; NOT?: Prisma.StaffWhereInput | Prisma.StaffWhereInput[] | undefined; user?: Prisma.UserNullableScalarRelationFilter | Prisma.UserWhereInput | undefined; claims?: Prisma.ClaimListRelationFilter | undefined; name?: string | Prisma.StringFilter | undefined; email?: string | Prisma.StringNullableFilter | null | undefined; role?: string | Prisma.StringFilter | undefined; phone?: string | Prisma.StringNullableFilter | null | undefined; appointments?: Prisma.AppointmentListRelationFilter | undefined; }>; //# sourceMappingURL=StaffWhereInput.schema.d.ts.map