import { Splitter } from "../../util/Splitter"; export declare const CONTEXT_DELIMITER = "::::"; export declare const RULESET_DELIMITER = "$$$$"; declare type NodeKey = `${string}${typeof CONTEXT_DELIMITER}${string}${typeof CONTEXT_DELIMITER}${string}`; export declare type AnalyzeContext = { nodes: Splitter; }; export {}; //# sourceMappingURL=context.d.ts.map