import type { CustomizeImageArgs } from '../types/tools.js';
import type { ToolContext } from './types.js';
export declare function customizeImage(context: ToolContext, args: CustomizeImageArgs): Promise<{
    content: any[];
}>;
//# sourceMappingURL=customizeImage.d.ts.map