import type { ContextInjector } from '../injection/context-injector.js'; export interface SpawnInjectionHookConfig { spawnBudget: number; minScore: number; } export declare class SpawnInjectionHook { private readonly injector; private readonly config; constructor(injector: ContextInjector, config?: Partial); handleBeforeToolCall(evt: { toolName: string; args: Record; }): Promise; } //# sourceMappingURL=spawn-injection-hook.d.ts.map