export declare enum PROCESS_STATUS { NEW = "new", STARTED = "started", STUCK = "stuck", ERROR = "error", COMPLETED = "completed" }