import type { RuleModule } from '../../types'; /** * MD014 - Dollar signs used before commands without showing output */ export declare const commandsShowOutputRule: RuleModule;