/** * Bot Base Methods - Category 2 * * Methods: * - getMe * - logOut * - close */ import { Tool } from "@modelcontextprotocol/sdk/types.js"; export declare const botTools: Tool[]; export declare function handleBotTool(name: string, args: Record): Promise<{ content: { type: "text"; text: string; }[]; isError: boolean; }>; //# sourceMappingURL=bot.d.ts.map