export declare class Downloader {
    static download(fileName: string, content: Blob): void;
}
