/** @category Ipn */ export declare enum IpnKind { INVOICE = "Invoice", REPLENISH = "Replenish", WITHDRAW = "Withdraw", EXCHANGE = "Exchange", WITHDRAW_BATCH = "WithdrawBatch", WITHDRAW_EXCHANGE_CRYPTO = "CryptoExchangeWithdraw", WITHDRAW_EXCHANGE_FIAT = "FiatExchangeWithdraw", CRYPTO_INVOICE = "CryptoInvoice" }