/** different task status */
export declare enum TaskStatusEnum {
    'cancelled' = "cancelled",
    'customerError' = "customerError",
    'doing' = "doing",
    'done' = "done",
    'init' = "init",
    'ovhError' = "ovhError",
    'todo' = "todo"
}
//# sourceMappingURL=TaskStatusEnum.d.ts.map