export declare const keepDecimals: (value: string) => string; export declare function dataURLtoFile(dataurl: string, filename: string): File;