import Model from '../model/Model'; import Instance from './Instance'; export declare type Collection = Instance[]; export default Collection;