import { TaskData, TaskResult } from '../types'; export declare function imageTextToText(data: TaskData): Promise;