export declare const PROCESS_STATUS: Record<string, number>;
export declare const getCurrentState: () => number;
export declare const start: () => void;
export declare const goNext: () => void;
//# sourceMappingURL=EventManager.d.ts.map