import type SoundCloud from '../SoundCloud.js'; import Collection from '../collections/Collection.js'; import { type EntityClasses, type EntityConstructor, type EntityType } from './EntityTypes.js'; export default class CollectionBuilder { static build(json: any, client: SoundCloud, requireTypes?: EntityClasses): Collection; static buildAs(json: any, client: SoundCloud, type: EntityConstructor): Collection; } //# sourceMappingURL=CollectionBuilder.d.ts.map