export declare enum GatewayBatchStates { Queued = "Queued", Delayed = "Delayed", Sending = "Sending", Sent = "Sent", Reverted = "Reverted", Canceled = "Canceled" } export declare enum GatewayTransactionStates { Sending = "Sending", Sent = "Sent", Canceling = "Canceling", Canceled = "Canceled", Reverted = "Reverted" } export declare enum GatewayKnownOps { WithdrawP2PDeposit = "WithdrawP2PDeposit" }