/** * given a base64 string will convert it to a file instance * * Created October 1st, 2018 * @author: ywarezk * @version: 4.2.0 * @copyright: Nerdeez Ltd */ export declare function base64toFile(base64Data: any, tempfilename: any, contentType?: any): File; export declare function dataURItoBlob(dataURI: any): Blob;