import { WalletData } from '../../types';
export declare const getFullDataByWallets: (wallets: string[], jsonWallets: WalletData[]) => WalletData[];
