import { ChainService } from '../../../service'; import { AssetList } from '../../../typings/assetList'; import { GetAssetsByNameArgs } from '../../../typings/args'; export declare const getAssetsByName: (service: ChainService) => (args: GetAssetsByNameArgs) => Promise;