import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; import Decimal from "decimal.js"; export declare const AppointmentProcedureCreateInputObjectSchema: z.ZodType; export declare const AppointmentProcedureCreateInputObjectZodSchema: z.ZodObject<{ procedureCode: z.ZodString; procedureLabel: z.ZodNullable>; fee: z.ZodNullable, z.ZodType, z.ZodType]>, string | number | import("../../../generated/prisma/runtime/client").DecimalJsLike | Decimal, string | number | import("../../../generated/prisma/runtime/client").DecimalJsLike | Decimal>>>; category: z.ZodNullable>; toothNumber: z.ZodNullable>; toothSurface: z.ZodNullable>; oralCavityArea: z.ZodNullable>; source: z.ZodOptional>; comboKey: z.ZodNullable>; createdAt: z.ZodOptional; appointment: z.ZodLazy>; patient: z.ZodLazy>; }, "strict", z.ZodTypeAny, { patient: Prisma.PatientCreateNestedOneWithoutProceduresInput; procedureCode: string; appointment: Prisma.AppointmentCreateNestedOneWithoutProceduresInput; createdAt?: Date | undefined; procedureLabel?: string | null | undefined; fee?: string | number | import("../../../generated/prisma/runtime/client").DecimalJsLike | Decimal | null | undefined; category?: string | null | undefined; toothNumber?: string | null | undefined; toothSurface?: string | null | undefined; oralCavityArea?: string | null | undefined; source?: "COMBO" | "MANUAL" | undefined; comboKey?: string | null | undefined; }, { patient: Prisma.PatientCreateNestedOneWithoutProceduresInput; procedureCode: string; appointment: Prisma.AppointmentCreateNestedOneWithoutProceduresInput; createdAt?: Date | undefined; procedureLabel?: string | null | undefined; fee?: string | number | import("../../../generated/prisma/runtime/client").DecimalJsLike | Decimal | null | undefined; category?: string | null | undefined; toothNumber?: string | null | undefined; toothSurface?: string | null | undefined; oralCavityArea?: string | null | undefined; source?: "COMBO" | "MANUAL" | undefined; comboKey?: string | null | undefined; }>; //# sourceMappingURL=AppointmentProcedureCreateInput.schema.d.ts.map