import { Playlist } from "./types.js"; export declare function parsePlaylist(text: string): Playlist;