import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const StaffCreateOrConnectWithoutAppointmentsInputObjectSchema: z.ZodType; export declare const StaffCreateOrConnectWithoutAppointmentsInputObjectZodSchema: z.ZodObject<{ where: z.ZodLazy>; create: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; }, "strict", z.ZodTypeAny, { create: Prisma.StaffCreateWithoutAppointmentsInput | Prisma.StaffUncheckedCreateWithoutAppointmentsInput; where: Prisma.StaffWhereUniqueInput; }, { create: Prisma.StaffCreateWithoutAppointmentsInput | Prisma.StaffUncheckedCreateWithoutAppointmentsInput; where: Prisma.StaffWhereUniqueInput; }>; //# sourceMappingURL=StaffCreateOrConnectWithoutAppointmentsInput.schema.d.ts.map