import type { GatewayMessageChannel } from "../../utils/message-channel.js"; import type { AnyKoiTool } from "./common.js"; export declare function createSessionsSpawnTool(opts?: { koiSessionKey?: string; koiChannel?: GatewayMessageChannel; koiAccountId?: string; koiTo?: string; koiThreadId?: string | number; koiGroupId?: string | null; koiGroupChannel?: string | null; koiGroupSpace?: string | null; sandboxed?: boolean; /** Explicit koi ID override for cron/hook sessions where session key parsing may not work. */ requesterKoiIdOverride?: string; }): AnyKoiTool;