export declare enum CIBA_STATUS { PENDING = "pending", SUCCESS = "success", FAILED = "failed" }