import type { RuleModule } from '../../interface'; /** * TODO: predict the focus node * 1. the node of high centrality * 2. the node fields with special values e.g. unique node type */ export declare const focusNodeRule: RuleModule;