import type { RuleContext } from '../types.js'; /** * Load module */ export declare function loadModule(context: RuleContext, name: string): R | null;