export declare function createAndDownloadFileWithText(filename: string, text: string): void;
export declare const toBase64: (file: File) => Promise<unknown>;
export declare const labeledBase64PdfToPureBase64File: (labeledBase64: string) => string;
export declare function dataURLtoFile(dataurl: string, filename: string): File;
