import type { RuleModule } from '../../types'; /** * MD001 - Heading levels should only increment by one level at a time */ export declare const headingIncrementRule: RuleModule;