import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const StaffCreateNestedOneWithoutAppointmentsInputObjectSchema: z.ZodType; export declare const StaffCreateNestedOneWithoutAppointmentsInputObjectZodSchema: z.ZodObject<{ create: z.ZodOptional>, z.ZodLazy>]>>; connectOrCreate: z.ZodOptional>>; connect: z.ZodOptional>>; }, "strict", z.ZodTypeAny, { create?: Prisma.StaffCreateWithoutAppointmentsInput | Prisma.StaffUncheckedCreateWithoutAppointmentsInput | undefined; connectOrCreate?: Prisma.StaffCreateOrConnectWithoutAppointmentsInput | undefined; connect?: Prisma.StaffWhereUniqueInput | undefined; }, { create?: Prisma.StaffCreateWithoutAppointmentsInput | Prisma.StaffUncheckedCreateWithoutAppointmentsInput | undefined; connectOrCreate?: Prisma.StaffCreateOrConnectWithoutAppointmentsInput | undefined; connect?: Prisma.StaffWhereUniqueInput | undefined; }>; //# sourceMappingURL=StaffCreateNestedOneWithoutAppointmentsInput.schema.d.ts.map