export declare enum ValidationErrorCodes { UNKNOWN_ERROR_CODE = 0, ALREADY_ACTIVE = 1, INVALID_BILLING_TERMS = 2 }