import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const StaffUpsertWithoutAppointmentsInputObjectSchema: z.ZodType; export declare const StaffUpsertWithoutAppointmentsInputObjectZodSchema: z.ZodObject<{ update: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; create: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; where: z.ZodOptional>>; }, "strict", z.ZodTypeAny, { create: Prisma.StaffCreateWithoutAppointmentsInput | Prisma.StaffUncheckedCreateWithoutAppointmentsInput; update: Prisma.StaffUpdateWithoutAppointmentsInput | Prisma.StaffUncheckedUpdateWithoutAppointmentsInput; where?: Prisma.StaffWhereInput | undefined; }, { create: Prisma.StaffCreateWithoutAppointmentsInput | Prisma.StaffUncheckedCreateWithoutAppointmentsInput; update: Prisma.StaffUpdateWithoutAppointmentsInput | Prisma.StaffUncheckedUpdateWithoutAppointmentsInput; where?: Prisma.StaffWhereInput | undefined; }>; //# sourceMappingURL=StaffUpsertWithoutAppointmentsInput.schema.d.ts.map