import { ShopAPI } from '../../api/shop.js'; export declare function handleShopTools(name: string, args: Record, shopAPI: ShopAPI): Promise<{ content: { type: string; text: string; }[]; }>;