import type { RuleModule } from '../../types'; /** * MD003 - Heading style */ export declare const headingStyleRule: RuleModule;