import { ChainService } from '../../../service/chainService'; import { Asset } from '../../../typings/asset'; import { GetAssetArgs } from '../../../typings/args'; export declare const getAsset: (service: ChainService) => (args: GetAssetArgs) => Promise;