import type { RuleModule } from '../../types'; /** * MD020 - No space inside hashes on closed atx style heading */ export declare const noMissingSpaceClosedAtxRule: RuleModule;