/** All status a migration task can be in */
export declare enum StatusEnum {
    'available' = "available",
    'done' = "done",
    'notAvailable' = "notAvailable",
    'ongoing' = "ongoing",
    'planned' = "planned",
    'toPlan' = "toPlan"
}
//# sourceMappingURL=StatusEnum.d.ts.map