import { WordPressClient } from '../../wordpress-client.js'; export declare function handleDiscoveryTools(name: string, args: Record, client: WordPressClient): Promise<{ content: { type: string; text: string; }[]; }>;