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