import { IModelImpl } from "./IModelImpl"; export declare class ModelImpl implements IModelImpl { id: string; dispose(): void; }