import { Filter, FilterForExchange } from '../types.ts';
import { RealTimeFeedBase } from './realtimefeed.ts';
export declare class DeribitRealTimeDataFeed extends RealTimeFeedBase {
    protected get wssURL(): "wss://www.deribit.com/ws/api/v2" | "wss://streams.deribit.com/ws/api/v2";
    private _hasCredentials;
    protected channelsWithIntervals: FilterForExchange['deribit']['channel'][];
    protected mapToSubscribeMessages(filters: Filter<string>[]): any[];
    protected messageIsError(message: any): boolean;
    protected onConnected(): Promise<void>;
    protected messageIsHeartbeat(msg: any): boolean;
    protected onMessage(msg: any): void;
}
//# sourceMappingURL=deribit.d.ts.map