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