export declare enum DownloaderState {
    DOWNLOADING = 0,
    PAUSED = 1,
    STOPED = 2,
    STAND_BY = 3
}
