import type { RuleModule } from '../../types'; /** * MD041 - First line in a file should be a top-level heading */ export declare const firstLineHeadingRule: RuleModule;