import { binance } from 'ccxt'; import { Futures } from '../futures'; import { OrderX } from '..'; export declare class BinanceFuturesLong extends Futures { readonly Exchange: binance; constructor(Exchange: binance); MarketOpen(symbol: string, funds: number): Promise; MarketClose(symbol: string, assets: number): Promise; } export declare function CreateBinanceFuturesLong(config: any): Promise; //# sourceMappingURL=futures_long.d.ts.map