import { Tool } from '@modelcontextprotocol/sdk/types.js'; /** * Bot presence and status tools */ export declare const presenceTools: Tool[]; export declare function executePresenceTool(name: string, args: Record): Promise;