import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const PatientCreateNestedOneWithoutGroupsInputObjectSchema: z.ZodType; export declare const PatientCreateNestedOneWithoutGroupsInputObjectZodSchema: z.ZodObject<{ create: z.ZodOptional>, z.ZodLazy>]>>; connectOrCreate: z.ZodOptional>>; connect: z.ZodOptional>>; }, "strict", z.ZodTypeAny, { create?: Prisma.PatientCreateWithoutGroupsInput | Prisma.PatientUncheckedCreateWithoutGroupsInput | undefined; connectOrCreate?: Prisma.PatientCreateOrConnectWithoutGroupsInput | undefined; connect?: Prisma.PatientWhereUniqueInput | undefined; }, { create?: Prisma.PatientCreateWithoutGroupsInput | Prisma.PatientUncheckedCreateWithoutGroupsInput | undefined; connectOrCreate?: Prisma.PatientCreateOrConnectWithoutGroupsInput | undefined; connect?: Prisma.PatientWhereUniqueInput | undefined; }>; //# sourceMappingURL=PatientCreateNestedOneWithoutGroupsInput.schema.d.ts.map