import { MMELModel } from './interface/model'; /** * the function to convert text to MMEL */ export declare function textToMMEL(x: string): MMELModel; /** * the function to convert MMEL to text */ export declare function MMELToText(model: MMELModel): string; //# sourceMappingURL=MMEL.d.ts.map