/**
 * Operation status values
 */
export declare enum EnumOperationStatus {
    Pending = "PENDING",
    Success = "SUCCESS",
    Fail = "FAIL"
}
