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