import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; import Decimal from "decimal.js"; export declare const AppointmentProcedureScalarWhereWithAggregatesInputObjectSchema: z.ZodType; export declare const AppointmentProcedureScalarWhereWithAggregatesInputObjectZodSchema: z.ZodObject<{ AND: z.ZodOptional>, z.ZodArray>, "many">]>>; OR: z.ZodOptional>, "many">>; NOT: z.ZodOptional>, z.ZodArray>, "many">]>>; id: z.ZodOptional, z.ZodTypeDef, Prisma.IntWithAggregatesFilter>>, z.ZodNumber]>>; appointmentId: z.ZodOptional, z.ZodTypeDef, Prisma.IntWithAggregatesFilter>>, z.ZodNumber]>>; patientId: z.ZodOptional, z.ZodTypeDef, Prisma.IntWithAggregatesFilter>>, z.ZodNumber]>>; procedureCode: z.ZodOptional, z.ZodTypeDef, Prisma.StringWithAggregatesFilter>>, z.ZodString]>>; procedureLabel: z.ZodNullable, z.ZodTypeDef, Prisma.StringNullableWithAggregatesFilter>>, z.ZodString]>>>; fee: z.ZodNullable, z.ZodTypeDef, Prisma.DecimalNullableWithAggregatesFilter>>, z.ZodEffects, 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, z.ZodTypeDef, Prisma.StringNullableWithAggregatesFilter>>, z.ZodString]>>>; toothNumber: z.ZodNullable, z.ZodTypeDef, Prisma.StringNullableWithAggregatesFilter>>, z.ZodString]>>>; toothSurface: z.ZodNullable, z.ZodTypeDef, Prisma.StringNullableWithAggregatesFilter>>, z.ZodString]>>>; oralCavityArea: z.ZodNullable, z.ZodTypeDef, Prisma.StringNullableWithAggregatesFilter>>, z.ZodString]>>>; source: z.ZodOptional, z.ZodTypeDef, Prisma.EnumProcedureSourceWithAggregatesFilter>>, z.ZodEnum<["COMBO", "MANUAL"]>]>>; comboKey: z.ZodNullable, z.ZodTypeDef, Prisma.StringNullableWithAggregatesFilter>>, z.ZodString]>>>; createdAt: z.ZodOptional, z.ZodTypeDef, Prisma.DateTimeWithAggregatesFilter>>, z.ZodDate]>>; }, "strict", z.ZodTypeAny, { createdAt?: Date | Prisma.DateTimeWithAggregatesFilter | undefined; id?: number | Prisma.IntWithAggregatesFilter | undefined; AND?: Prisma.AppointmentProcedureScalarWhereWithAggregatesInput | Prisma.AppointmentProcedureScalarWhereWithAggregatesInput[] | undefined; OR?: Prisma.AppointmentProcedureScalarWhereWithAggregatesInput[] | undefined; NOT?: Prisma.AppointmentProcedureScalarWhereWithAggregatesInput | Prisma.AppointmentProcedureScalarWhereWithAggregatesInput[] | undefined; patientId?: number | Prisma.IntWithAggregatesFilter | undefined; procedureCode?: string | Prisma.StringWithAggregatesFilter | undefined; procedureLabel?: string | Prisma.StringNullableWithAggregatesFilter | null | undefined; fee?: string | number | import("../../../generated/prisma/runtime/client").DecimalJsLike | Decimal | Prisma.DecimalNullableWithAggregatesFilter | null | undefined; category?: string | Prisma.StringNullableWithAggregatesFilter | null | undefined; toothNumber?: string | Prisma.StringNullableWithAggregatesFilter | null | undefined; toothSurface?: string | Prisma.StringNullableWithAggregatesFilter | null | undefined; oralCavityArea?: string | Prisma.StringNullableWithAggregatesFilter | null | undefined; source?: "COMBO" | "MANUAL" | Prisma.EnumProcedureSourceWithAggregatesFilter | undefined; comboKey?: string | Prisma.StringNullableWithAggregatesFilter | null | undefined; appointmentId?: number | Prisma.IntWithAggregatesFilter | undefined; }, { createdAt?: Date | Prisma.DateTimeWithAggregatesFilter | undefined; id?: number | Prisma.IntWithAggregatesFilter | undefined; AND?: Prisma.AppointmentProcedureScalarWhereWithAggregatesInput | Prisma.AppointmentProcedureScalarWhereWithAggregatesInput[] | undefined; OR?: Prisma.AppointmentProcedureScalarWhereWithAggregatesInput[] | undefined; NOT?: Prisma.AppointmentProcedureScalarWhereWithAggregatesInput | Prisma.AppointmentProcedureScalarWhereWithAggregatesInput[] | undefined; patientId?: number | Prisma.IntWithAggregatesFilter | undefined; procedureCode?: string | Prisma.StringWithAggregatesFilter | undefined; procedureLabel?: string | Prisma.StringNullableWithAggregatesFilter | null | undefined; fee?: string | number | import("../../../generated/prisma/runtime/client").DecimalJsLike | Decimal | Prisma.DecimalNullableWithAggregatesFilter | null | undefined; category?: string | Prisma.StringNullableWithAggregatesFilter | null | undefined; toothNumber?: string | Prisma.StringNullableWithAggregatesFilter | null | undefined; toothSurface?: string | Prisma.StringNullableWithAggregatesFilter | null | undefined; oralCavityArea?: string | Prisma.StringNullableWithAggregatesFilter | null | undefined; source?: "COMBO" | "MANUAL" | Prisma.EnumProcedureSourceWithAggregatesFilter | undefined; comboKey?: string | Prisma.StringNullableWithAggregatesFilter | null | undefined; appointmentId?: number | Prisma.IntWithAggregatesFilter | undefined; }>; //# sourceMappingURL=AppointmentProcedureScalarWhereWithAggregatesInput.schema.d.ts.map