import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const ServiceLineWhereUniqueInputObjectSchema: z.ZodType; export declare const ServiceLineWhereUniqueInputObjectZodSchema: z.ZodObject<{ id: z.ZodOptional; }, "strict", z.ZodTypeAny, { id?: number | undefined; }, { id?: number | undefined; }>; //# sourceMappingURL=ServiceLineWhereUniqueInput.schema.d.ts.map