import { RestoreLocalWalletInput } from './types'; export declare const restoreLocalWallet: ({ nodeAddress, token, network, privateKey, mnemonic, role, }: RestoreLocalWalletInput) => Promise;