import { RuleSet } from "./types/schema";
import { ExecutableRuleSet } from "./types/engine";
export declare function parseRules(ruleset: RuleSet): ExecutableRuleSet;
