import type { RuleModule } from '../../types'; /** * MD019 - Multiple spaces after hash on atx style heading */ export declare const noMultipleSpaceAtxRule: RuleModule;