export declare enum TransactionStatus { NEW = "NEW", PENDING = "PENDING", SUCCESSFUL = "SUCCESSFUL", FAILED = "FAILED" }