import type { RuleModule } from '../../types'; /** * MD021 - Multiple spaces inside hashes on closed atx style heading */ export declare const noMultipleSpaceClosedAtxRule: RuleModule;