import type { SophiaClawConfig } from "../../config/config.js"; import type { AnyAgentTool } from "./common.js"; export declare function createSessionStatusTool(opts?: { agentSessionKey?: string; config?: SophiaClawConfig; }): AnyAgentTool;