import type { RuleModule } from '../../types'; /** * MD023 - Headings must start at the beginning of the line */ export declare const headingStartLeftRule: RuleModule;