import type { M3u8DLOptions, M3u8DLResult } from '../types'; export declare function fileDownload(u: string, opts: M3u8DLOptions): Promise;