import { MMELEndEvent, MMELSignalCatchEvent, MMELStartEvent, MMELTimerEvent } from '../interface/eventinterface'; export declare function parseEndEvent(id: string, data: string): MMELEndEvent; export declare function parseSignalCatchEvent(id: string, data: string): MMELSignalCatchEvent; export declare function parseStartEvent(id: string, data: string): MMELStartEvent; export declare function parseTimerEvent(id: string, data: string): MMELTimerEvent; //# sourceMappingURL=eventhandler.d.ts.map