export declare enum TransactionStatus { PENDING = "PENDING", FAILURE = "FAILURE", SUCCESS = "SUCCESS", ERROR = "ERROR" }