import type { RuleModule } from '../../types'; // Heuristic version of `top-level-function`: // Top-level functions should be declared with `function` keyword instead of // `const foo = () => {}` or `const foo = function() {}` at top level. // We detect zero-indentation `const = ` patterns and report. export declare const topLevelFunctionRule: RuleModule;