import { Model } from '@vuex-orm/core'; export declare type Collection = Model[]; export default Collection;