import { GetTradeHistoryParams, TradeHistoryResult } from './types.js'; export declare function getTradeHistory(params: GetTradeHistoryParams): Promise;