import { Manifest } from './m3u8.model'; export declare class OmpM3u8Parser { constructor(); static parse(manifest: string): Manifest; }