import { ChunksDownloader } from "./ChunksDownloader"; import { HttpHeaders } from "./http"; export declare class ChunksStaticDownloader extends ChunksDownloader { constructor(playlistUrl: string, concurrency: number, segmentDirectory: string, httpHeaders?: HttpHeaders); protected refreshPlayList(): Promise; private finished; }