import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const CommunicationCreateNestedManyWithoutUserInputObjectSchema: z.ZodType; export declare const CommunicationCreateNestedManyWithoutUserInputObjectZodSchema: z.ZodObject<{ create: z.ZodOptional>, z.ZodArray>, "many">, z.ZodLazy>, z.ZodArray>, "many">]>>; connectOrCreate: z.ZodOptional>, z.ZodArray>, "many">]>>; createMany: z.ZodOptional>>; connect: z.ZodOptional>, z.ZodArray>, "many">]>>; }, "strict", z.ZodTypeAny, { create?: Prisma.CommunicationCreateWithoutUserInput | Prisma.CommunicationUncheckedCreateWithoutUserInput | Prisma.CommunicationCreateWithoutUserInput[] | Prisma.CommunicationUncheckedCreateWithoutUserInput[] | undefined; connectOrCreate?: Prisma.CommunicationCreateOrConnectWithoutUserInput | Prisma.CommunicationCreateOrConnectWithoutUserInput[] | undefined; createMany?: Prisma.CommunicationCreateManyUserInputEnvelope | undefined; connect?: Prisma.CommunicationWhereUniqueInput | Prisma.CommunicationWhereUniqueInput[] | undefined; }, { create?: Prisma.CommunicationCreateWithoutUserInput | Prisma.CommunicationUncheckedCreateWithoutUserInput | Prisma.CommunicationCreateWithoutUserInput[] | Prisma.CommunicationUncheckedCreateWithoutUserInput[] | undefined; connectOrCreate?: Prisma.CommunicationCreateOrConnectWithoutUserInput | Prisma.CommunicationCreateOrConnectWithoutUserInput[] | undefined; createMany?: Prisma.CommunicationCreateManyUserInputEnvelope | undefined; connect?: Prisma.CommunicationWhereUniqueInput | Prisma.CommunicationWhereUniqueInput[] | undefined; }>; //# sourceMappingURL=CommunicationCreateNestedManyWithoutUserInput.schema.d.ts.map