UNPKG

microsoft-cognitiveservices-speech-sdk

Version:
8 lines (7 loc) 298 B
import { IEventSource } from "./IEventSource.js"; import { PlatformEvent } from "./PlatformEvent.js"; export declare class Events { private static privInstance; static setEventSource(eventSource: IEventSource<PlatformEvent>): void; static get instance(): IEventSource<PlatformEvent>; }