import { ChainService } from '../../../service'; import { GetTradeHistoryPerAccountArgs } from '../../../typings/args'; import { TradeHistory } from '../../../typings/tradeHistory'; export declare const getTradeHistoryPerAccount: (service: ChainService) => (args: GetTradeHistoryPerAccountArgs) => Promise;