import { ICollectionConstructor } from '../interfaces/ICollectionConstructor'; import { IMetaPatchesCollection } from '../interfaces/IMetaPatchesCollection'; import { IMetaPatchesModel } from '../interfaces/IMetaPatchesModel'; import { IModelConstructor } from '../interfaces/IModelConstructor'; import { PureCollection } from '../PureCollection'; import { PureModel } from '../PureModel'; export declare function withPatches(Base: IModelConstructor): IModelConstructor; export declare function withPatches(Base: ICollectionConstructor): ICollectionConstructor;