import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const StaffUpdateOneWithoutAppointmentsNestedInputObjectSchema: z.ZodType; export declare const StaffUpdateOneWithoutAppointmentsNestedInputObjectZodSchema: z.ZodObject<{ create: z.ZodOptional>, z.ZodLazy>]>>; connectOrCreate: z.ZodOptional>>; upsert: z.ZodOptional>>; disconnect: z.ZodOptional>]>>; delete: z.ZodOptional>]>>; connect: z.ZodOptional>>; update: z.ZodOptional>, z.ZodLazy>, z.ZodLazy>]>>; }, "strict", z.ZodTypeAny, { create?: Prisma.StaffCreateWithoutAppointmentsInput | Prisma.StaffUncheckedCreateWithoutAppointmentsInput | undefined; connectOrCreate?: Prisma.StaffCreateOrConnectWithoutAppointmentsInput | undefined; connect?: Prisma.StaffWhereUniqueInput | undefined; update?: Prisma.StaffUpdateWithoutAppointmentsInput | Prisma.StaffUncheckedUpdateWithoutAppointmentsInput | Prisma.StaffUpdateToOneWithWhereWithoutAppointmentsInput | undefined; upsert?: Prisma.StaffUpsertWithoutAppointmentsInput | undefined; disconnect?: boolean | Prisma.StaffWhereInput | undefined; delete?: boolean | Prisma.StaffWhereInput | undefined; }, { create?: Prisma.StaffCreateWithoutAppointmentsInput | Prisma.StaffUncheckedCreateWithoutAppointmentsInput | undefined; connectOrCreate?: Prisma.StaffCreateOrConnectWithoutAppointmentsInput | undefined; connect?: Prisma.StaffWhereUniqueInput | undefined; update?: Prisma.StaffUpdateWithoutAppointmentsInput | Prisma.StaffUncheckedUpdateWithoutAppointmentsInput | Prisma.StaffUpdateToOneWithWhereWithoutAppointmentsInput | undefined; upsert?: Prisma.StaffUpsertWithoutAppointmentsInput | undefined; disconnect?: boolean | Prisma.StaffWhereInput | undefined; delete?: boolean | Prisma.StaffWhereInput | undefined; }>; //# sourceMappingURL=StaffUpdateOneWithoutAppointmentsNestedInput.schema.d.ts.map