import { GetWalletListInput } from './types'; export declare const getWalletList: ({ nodeAddress, token, }: GetWalletListInput) => Promise;