/** * Gifts - Category 9 * * Methods: * - getAvailableGifts * - sendGift * - giftPremiumSubscription * - getBusinessAccountGifts * - getUserGifts * - getChatGifts * - convertGiftToStars * - upgradeGift * - transferGift */ import { Tool } from "@modelcontextprotocol/sdk/types.js"; export declare const giftTools: Tool[]; export declare function handleGiftTool(name: string, args: Record): Promise<{ content: { type: "text"; text: string; }[]; isError: boolean; }>; //# sourceMappingURL=gifts.d.ts.map