import { MMELEdge, MMELEGate, MMELSubprocess, MMELSubprocessComponent } from '../interface/flowcontrolinterface'; export declare function parseEdge(id: string, data: string): MMELEdge; export declare function parseSubprocess(id: string, data: string): MMELSubprocess; export declare function parseSubprocessComponent(elm: string, data: string): MMELSubprocessComponent; export declare function parseEGate(id: string, data: string): MMELEGate; //# sourceMappingURL=flowcontrolhandler.d.ts.map