import type { RuleModule } from '../../types'; /** * MD047 - Files should end with a single newline character */ export declare const singleTrailingNewlineRule: RuleModule;