import type { PluginHook } from "./types.js"; export declare class PluginRegistry { private readonly hooks; register(event: string, hook: PluginHook): void; run(event: string, context: Record): Promise; } //# sourceMappingURL=plugins.d.ts.map