import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const UserCreateNestedOneWithoutBackupsInputObjectSchema: z.ZodType; export declare const UserCreateNestedOneWithoutBackupsInputObjectZodSchema: z.ZodObject<{ create: z.ZodOptional>, z.ZodLazy>]>>; connectOrCreate: z.ZodOptional>>; connect: z.ZodOptional>>; }, "strict", z.ZodTypeAny, { create?: Prisma.UserCreateWithoutBackupsInput | Prisma.UserUncheckedCreateWithoutBackupsInput | undefined; connectOrCreate?: Prisma.UserCreateOrConnectWithoutBackupsInput | undefined; connect?: Prisma.UserWhereUniqueInput | undefined; }, { create?: Prisma.UserCreateWithoutBackupsInput | Prisma.UserUncheckedCreateWithoutBackupsInput | undefined; connectOrCreate?: Prisma.UserCreateOrConnectWithoutBackupsInput | undefined; connect?: Prisma.UserWhereUniqueInput | undefined; }>; //# sourceMappingURL=UserCreateNestedOneWithoutBackupsInput.schema.d.ts.map