import type { RuleModule } from '../../types'; /** * MD033 - Inline HTML */ export declare const noInlineHtmlRule: RuleModule;