export declare function downloadImageToDataUrl(src: string): Promise; export declare function downloadImageToFile(src: string, withCredentials?: boolean): Promise;