import { default as main } from './index'; import * as sc from './index'; declare const _default: typeof main & { Constants: typeof sc.Constants; default: typeof main; Album: typeof sc.Album; Entity: typeof sc.Entity; PlayHistoryItem: typeof sc.PlayHistoryItem; LibraryItem: typeof sc.LibraryItem; FeedItem: typeof sc.FeedItem; MediaTranscoding: typeof sc.MediaTranscoding; Playlist: typeof sc.Playlist; Publisher: typeof sc.Publisher; Selection: typeof sc.Selection; Set: typeof sc.Set; SystemPlaylist: typeof sc.SystemPlaylist; Track: typeof sc.Track; User: typeof sc.User; Like: typeof sc.Like; Collection: typeof sc.Collection; CollectionContinuation: typeof sc.CollectionContinuation; getEntityClassName(value: sc.EntityConstructor): string | null; getEntityClassByName(name: string): typeof sc.Playlist | typeof sc.User | typeof sc.Track | typeof sc.Like | typeof sc.SystemPlaylist | typeof sc.Selection | typeof sc.PlayHistoryItem | typeof sc.LibraryItem | typeof sc.FeedItem | null; }; export = _default; //# sourceMappingURL=index-cjs.d.ts.map