import type { HookModule } from "./types.ts"; export declare function loadHookModule(modulePath: string, roleDir: string): Promise; /** Clear the module cache — for testing or hot-reload scenarios. */ export declare function clearHookModuleCache(): void; //# sourceMappingURL=loader.d.ts.map