import { Keypair } from ".."; declare function mnemonicToKeypair(mnemonicStr: string, password?: string): Keypair; export default mnemonicToKeypair;