export default DAGM;
declare const DAGM: DagmAPI;
declare class DagmAPI {
    newFromJSON(jsonFrom: any, creator: any): AbstractModel;
}
import AbstractModel from "./AbstractModel";
//# sourceMappingURL=Dagm.d.ts.map