import type { RuleContext } from '../types'; | |
/** | |
* Load module | |
*/ | |
export declare function loadModule<R>(context: RuleContext, name: string): R | null; | |
/** Load modules for browser */ | |
export declare function loadModulesForBrowser(): Promise<void>; | |