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