import type SoundCloud from '../SoundCloud.js'; import { type EntityType } from '../utils/EntityTypes.js'; import Entity from './Entity.js'; export default class Selection extends Entity { static type: string; id?: string | null; title?: string | null; nextUri?: string | null; items: EntityType[]; constructor(json: any, client: SoundCloud); } //# sourceMappingURL=Selection.d.ts.map