/** * Arithmetic operator handlers for JSONLogic */ import { OperatorHandler } from "../types"; /** * Get all arithmetic operator handlers */ export declare function getArithmeticOperators(): { [key: string]: OperatorHandler; }; //# sourceMappingURL=arithmetic.d.ts.map