import { Collection } from './Collection'; import { IDEnabled } from '../types'; export class SubCollection extends Collection {}