import { ChainService } from '../../../service'; import { AssetTransferList } from '../../../typings/assetTransferList'; import { GetAssetTransfersPerAccountArgs } from '../../../typings/args'; export declare const getAssetTransfersPerAccount: (service: ChainService) => (args: GetAssetTransfersPerAccountArgs) => Promise;