import { Filter } from '../types.ts'; import { RealTimeFeedBase } from './realtimefeed.ts'; export declare class AscendexRealTimeFeed extends RealTimeFeedBase { protected readonly wssURL = "wss://ascendex.com/api/pro/v2/stream"; protected mapToSubscribeMessages(filters: Filter[]): any[]; protected messageIsError(message: any): boolean; protected sendCustomPing: () => void; protected messageIsHeartbeat(msg: any): boolean; protected provideManualSnapshots(filters: Filter[], shouldCancel: () => boolean): Promise; } //# sourceMappingURL=ascendex.d.ts.map