import { MMELJSON } from '../../model/json'; import { MMELModel } from '../../serialize/interface/model'; export declare enum RepoFileType { MODEL = "model", MAP = "map", WORKSPACE = "workspace", RDF = "rdf", HISTORY = "history" } export declare const JSONContext = "https://bsi-ribose-smart.org"; export declare const COMMITMSG = "Update by Paneron"; export declare type JSONContextType = typeof JSONContext; export declare function getPathByNS(ns: string, type: RepoFileType): string; export declare function MMELToSerializable(m: MMELModel): MMELJSON; export declare function JSONToMMEL(m: MMELJSON): MMELModel; //# sourceMappingURL=io.d.ts.map