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