export declare function convertImageSrcToPng(src: string): Promise; export declare function convertImageFileToPng(file: File): Promise;