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