import { Filter } from '../types.ts'; import { MultiConnectionRealTimeFeedBase, RealTimeFeedBase } from './realtimefeed.ts'; export declare class BinanceEuropeanOptionsRealTimeFeed extends MultiConnectionRealTimeFeedBase { protected _getRealTimeFeeds(exchange: string, filters: Filter[], timeoutIntervalMS?: number, onError?: (error: Error) => void): Generator; } declare class BinanceEuropeanOptionsSingleFeed extends RealTimeFeedBase { protected wssURL: string; private readonly _allFilters; constructor(wssURL: string, exchange: string, filters: Filter[], _allFilters: Filter[], timeoutIntervalMS: number | undefined, onError?: (error: Error) => void); protected mapToSubscribeMessages(filters: Filter[]): any[]; protected messageIsError(message: any): boolean; } export {}; //# sourceMappingURL=binanceeuropeanoptions.d.ts.map