import { Filter } from '../types'; import { RealTimeFeedBase } from './realtimefeed'; export declare class BitstampRealTimeFeed extends RealTimeFeedBase { protected wssURL: string; protected httpURL: string; protected mapToSubscribeMessages(filters: Filter[]): any[]; protected messageIsError(message: any): boolean; protected provideManualSnapshots(filters: Filter[], shouldCancel: () => boolean): Promise; } //# sourceMappingURL=bitstamp.d.ts.map