export declare function getImageDataWithCanvas(file: Blob): Promise<ImageData>;
