import { Entry, Playlist } from "./types.js"; export declare function normalizeEntry(e: Entry): Entry; export declare function normalizePlaylist(p: Playlist): Playlist;