import type { AnyKoiTool } from "./common.js"; export declare function createSessionsStopTool(opts?: { koiSessionKey?: string; sandboxed?: boolean; }): AnyKoiTool;