import type { RuleModule } from '../../types'; /** * MD040 - Fenced code blocks should have a language specified */ export declare const fencedCodeLanguageRule: RuleModule;