import { Filter } from '../types'; import { RealTimeFeedBase } from './realtimefeed'; export declare class BinanceOptionsRealTimeFeed extends RealTimeFeedBase { protected wssURL: string; protected httpURL: string; protected mapToSubscribeMessages(filters: Filter[]): any[]; protected messageIsError(message: any): boolean; } //# sourceMappingURL=binanceoptions.d.ts.map