import type { RuleModule } from '../../types'; /** * MD018 - No space after hash on atx style heading */ export declare const noMissingSpaceAtxRule: RuleModule;