import type { RuleModule } from '../../types'; /** * MD025 - Multiple top-level headings in the same document */ export declare const singleTitleRule: RuleModule;