import type { M3uBox } from './types'; export declare const parseM3u8Text: (line: string, boxes: M3uBox[]) => void;