export declare const isBase64: (str: string) => boolean; export declare function base64toFile(dataurl: string, filename: string): File;