/** 图片解码把一个浏览器支持格式的图片 Blob 解码成 ImageData */ export declare function imageDecode(imageBlob: Blob): Promise; //# sourceMappingURL=imageDecode.d.ts.map