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