import { ethers } from ".."; function mnemonicToEntropy(mnemonic: string): string { return ethers.utils.mnemonicToEntropy(mnemonic); } export default mnemonicToEntropy;