import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const PatientCreateOrConnectWithoutUserInputObjectSchema: z.ZodType; export declare const PatientCreateOrConnectWithoutUserInputObjectZodSchema: z.ZodObject<{ where: z.ZodLazy>; create: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; }, "strict", z.ZodTypeAny, { create: Prisma.PatientUncheckedCreateWithoutUserInput | Prisma.PatientCreateWithoutUserInput; where: Prisma.PatientWhereUniqueInput; }, { create: Prisma.PatientUncheckedCreateWithoutUserInput | Prisma.PatientCreateWithoutUserInput; where: Prisma.PatientWhereUniqueInput; }>; //# sourceMappingURL=PatientCreateOrConnectWithoutUserInput.schema.d.ts.map