import type { RuleModule } from '../../types'; /** * Disallow trailing whitespace in shell scripts. */ export declare const noTrailingWhitespaceRule: RuleModule;