import type { M3uBox } from './types'; export declare const parseM3uDirective: (str: string) => M3uBox;