export declare function download(dataURL: string, filename?: string): void;
export declare function createBlobURL(data: any, type?: string): string;
