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