export declare enum TxStatus {
    UNKNOWN = "UNKNOWN",
    PENDING = "PENDING",
    FAILED = "FAILED",
    SUCCEEDED = "SUCCEEDED"
}
