export interface ClaudeRuntimeHookConfig { dir: string; secret: string; secretPath: string; settingsPath: string; shimPath: string; socketPath: string; } export declare function cleanupStaleClaudeRuntimeHookDirs(): Promise; export declare function removeClaudeRuntimeHookConfig(dir: string): Promise; export declare function createClaudeRuntimeHookConfig(runId: string): Promise;