/** 将 OpenClaw Hook 转换为推推 Agent 执行中间步骤;队列、HTTP 与错误隔离由 SDK 负责。 */ import type { OpenClawPluginApi } from 'openclaw/plugin-sdk/core'; export declare function extractAgentId(sessionKey: string): string | null; /** 注册插件需要监控的 Agent 执行中间步骤 Hook。见 OpenClaw 代码的 PluginHookHandlerMap。 */ export declare function registerMonitorHooks(api: OpenClawPluginApi): void;