/** Unit that represent the type of an operation */
export declare enum OperationTypeEnum {
    'UPGRADE' = "UPGRADE"
}
//# sourceMappingURL=OperationTypeEnum.d.ts.map