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