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