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