import { Tool } from '@modelcontextprotocol/sdk/types.js'; /** * Guild information tools */ export declare const guildTools: Tool[]; export declare function executeGuildTool(name: string, args: Record): Promise;