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