import type { SKYKOIConfig } from "../../config/config.js"; import type { AnyKoiTool } from "./common.js"; export declare function createSessionStatusTool(opts?: { koiSessionKey?: string; config?: SKYKOIConfig; }): AnyKoiTool;