import type { ParserState } from '../../state/parser-state'; export declare const getDurationFromM3u: (state: ParserState) => number | null;