import type { RunOptions, RuntimeHookDispatcher, RuntimeHookSetup } from '@a5c-ai/comm-adapter'; export declare function setupClaudeRuntimeHooks(options: RunOptions, dispatcher: RuntimeHookDispatcher): Promise;