import * as z from 'zod'; export declare const ServiceLineScalarFieldEnumSchema: z.ZodEnum<["id", "claimId", "paymentId", "procedureCode", "procedureDate", "quad", "arch", "toothNumber", "toothSurface", "totalBilled", "totalPaid", "totalAdjusted", "totalDue", "status"]>; export type ServiceLineScalarFieldEnum = z.infer; //# sourceMappingURL=ServiceLineScalarFieldEnum.schema.d.ts.map