/** * Inline & Callbacks, Reactions, Boosts - Categories 7, 8, 9 * * Methods: * - answerInlineQuery * - answerCallbackQuery * - answerWebAppQuery * - savePreparedInlineMessage * - setMessageReaction * - getUserChatBoosts * - getBusinessConnection */ import { Tool } from "@modelcontextprotocol/sdk/types.js"; export declare const inlineTools: Tool[]; export declare function handleInlineTool(name: string, args: Record): Promise<{ content: { type: "text"; text: string; }[]; isError: boolean; }>; //# sourceMappingURL=inline.d.ts.map