import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const UserCreateOrConnectWithoutStaffInputObjectSchema: z.ZodType; export declare const UserCreateOrConnectWithoutStaffInputObjectZodSchema: z.ZodObject<{ where: z.ZodLazy>; create: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; }, "strict", z.ZodTypeAny, { create: Prisma.UserCreateWithoutStaffInput | Prisma.UserUncheckedCreateWithoutStaffInput; where: Prisma.UserWhereUniqueInput; }, { create: Prisma.UserCreateWithoutStaffInput | Prisma.UserUncheckedCreateWithoutStaffInput; where: Prisma.UserWhereUniqueInput; }>; //# sourceMappingURL=UserCreateOrConnectWithoutStaffInput.schema.d.ts.map