import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const UserCreateNestedOneWithoutAppointmentsInputObjectSchema: z.ZodType; export declare const UserCreateNestedOneWithoutAppointmentsInputObjectZodSchema: z.ZodObject<{ create: z.ZodOptional>, z.ZodLazy>]>>; connectOrCreate: z.ZodOptional>>; connect: z.ZodOptional>>; }, "strict", z.ZodTypeAny, { create?: Prisma.UserCreateWithoutAppointmentsInput | Prisma.UserUncheckedCreateWithoutAppointmentsInput | undefined; connectOrCreate?: Prisma.UserCreateOrConnectWithoutAppointmentsInput | undefined; connect?: Prisma.UserWhereUniqueInput | undefined; }, { create?: Prisma.UserCreateWithoutAppointmentsInput | Prisma.UserUncheckedCreateWithoutAppointmentsInput | undefined; connectOrCreate?: Prisma.UserCreateOrConnectWithoutAppointmentsInput | undefined; connect?: Prisma.UserWhereUniqueInput | undefined; }>; //# sourceMappingURL=UserCreateNestedOneWithoutAppointmentsInput.schema.d.ts.map