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