export declare enum TransactionStatus {
    UNCONFIRMED = "Unconfirmed",
    CONFIRMED = "Confirmed",
    REPLACED = "Replaced"
}
