import { MasterPlaylist, MediaPlaylist } from './types'; declare function parse(text: string): MasterPlaylist | MediaPlaylist; export default parse;