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