/** * Session tool definitions — start_session, schedule_wake_up, * send_voice, send_file, send_sticker, start_thread, send_message_to_thread. */ import type { ToolDefinition } from "./types.js"; export declare const sessionToolDefs: ToolDefinition[]; //# sourceMappingURL=session-defs.d.ts.map