import { Collection } from './Collection'; import { CompatModel } from './CompatModel'; import { IRawCollection } from './interfaces/IRawCollection'; export declare class CompatCollection extends Collection { static types: (typeof CompatModel)[]; constructor(data?: any); readonly static: typeof CompatCollection; toJS(): IRawCollection; }