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