type LocalWalletImportOptions = | { encryption: LocalWalletDecryptOptions; privateKey: string } | { encryption: LocalWalletDecryptOptions; mnemonic: string } | { encryptedJson: string; password: string };