import { binance } from 'ccxt'; import { Spot } from '../spot'; import { OrderX } from '..'; export declare class BinanceSpot extends Spot { readonly Exchange: binance; constructor(Exchange: binance, message?: (data?: any) => void); MarketOpen(symbol: string, funds: number, sync?: boolean, start_time?: number): Promise; MarketClose(symbol: string, assets: number, sync?: boolean, start_time?: number): Promise; } export declare function CreateBinanceSpot(config: any): Promise; //# sourceMappingURL=spot.d.ts.map