export declare function toImageData(base64: string): Promise; export declare function toDataURL(imageData: ImageData): Promise; //# sourceMappingURL=image_data.d.ts.map