import { CreateLocalWalletInput } from './types'; export declare const createLocalWallet: ({ nodeAddress, token, network, role, }: CreateLocalWalletInput) => Promise;