import { ThemeApiClient } from '../../api/themes.js'; export declare function handleThemeTools(name: string, args: Record, client: ThemeApiClient): Promise<{ content: { type: string; text: string; }[]; }>;