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