import type { TopLevelCondition } from "json-rules-engine"; import type { AdditionalOperation, RulesLogic } from "json-logic-js"; export declare type JsonRulesEngineCondition = TopLevelCondition; export declare type JsonLogicRule = RulesLogic; export declare function toJsonRule(condition: JsonRulesEngineCondition): JsonLogicRule;