/** Enum values for migration type status */
export declare enum TypeEnum {
    'repricing' = "repricing",
    'total' = "total"
}
//# sourceMappingURL=TypeEnum.d.ts.map