import Model from '../model/Model'; import Instance from './Instance'; export declare type Item = Instance | null; export default Item;