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