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