/** Creates a file object with only a dataUrl and a filename.*/ export declare function dataURLtoFile(dataUrl: string, filename: string): File;