declare function dataUrlToFile(dataUrl: string, fileName: string, typeHint?: string): Promise<File>;

export { dataUrlToFile };
