import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const ServiceLineCreateNestedOneWithoutServiceLineTransactionsInputObjectSchema: z.ZodType; export declare const ServiceLineCreateNestedOneWithoutServiceLineTransactionsInputObjectZodSchema: z.ZodObject<{ create: z.ZodOptional>, z.ZodLazy>]>>; connectOrCreate: z.ZodOptional>>; connect: z.ZodOptional>>; }, "strict", z.ZodTypeAny, { create?: Prisma.ServiceLineCreateWithoutServiceLineTransactionsInput | Prisma.ServiceLineUncheckedCreateWithoutServiceLineTransactionsInput | undefined; connectOrCreate?: Prisma.ServiceLineCreateOrConnectWithoutServiceLineTransactionsInput | undefined; connect?: Prisma.ServiceLineWhereUniqueInput | undefined; }, { create?: Prisma.ServiceLineCreateWithoutServiceLineTransactionsInput | Prisma.ServiceLineUncheckedCreateWithoutServiceLineTransactionsInput | undefined; connectOrCreate?: Prisma.ServiceLineCreateOrConnectWithoutServiceLineTransactionsInput | undefined; connect?: Prisma.ServiceLineWhereUniqueInput | undefined; }>; //# sourceMappingURL=ServiceLineCreateNestedOneWithoutServiceLineTransactionsInput.schema.d.ts.map