import type { RuleModule } from '../../types'; /** * MD056 - Table column count */ export declare const tableColumnCountRule: RuleModule;