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