import { TradeHistoryReturnType } from '../../../node_modules/citrex-sdk/lib/types.js';
import { ProductSymbol } from '../../../node_modules/citrex-sdk/lib/types.js';
export declare function citrexGetTradeHistory(productSymbol: ProductSymbol, quantity?: number): Promise<TradeHistoryReturnType | undefined>;
//# sourceMappingURL=getTradeHistory.d.ts.map