declare function createDownload(url?: string, download?: string): void;
export { createDownload };
