import type { OutgoingHttpHeaders } from 'node:http'; import type { M3u8Crypto, TsItemInfo } from '../types/m3u8'; export declare function tsDownload(info: TsItemInfo, cryptoInfo: M3u8Crypto, headers?: OutgoingHttpHeaders | string): Promise;