import type { M3u8DLOptions } from './types/m3u8'; export declare function m3u8BatchDownload(urls: string[], options: M3u8DLOptions): Promise;