const rippleWallet = require('jcc_wallet').rippleWallet
// import { rippleWallet } from 'jcc_wallet'
/**
* check ripple address is valid or not
*
* @param {string} address
* @returns {boolean} return true if valid
*/
/**
* check ripple secret is valid or not
*
* @param {string} secret
* @returns {boolean} return true if valid
*/
/**
* get address with secret
*
* @param {string} secret
* @returns {(string | null)} return address if valid, otherwise return null
*/
/**
* create ripple wallet
*
* @returns {IWalletModel}
*/