export declare function download(url: string | null, name: string | undefined): void;
export declare function publicDownload(url: string, name: string | undefined): void;
