export declare function getFullDate(): string;
export declare function textToFile(text: string | string[]): File;
export declare function download(data: Blob | string, downloadName?: string): void;
