export interface ISpeechDetected { Offset: number; } export declare class SpeechDetected implements ISpeechDetected { private privSpeechStartDetected; private constructor(); static fromJSON(json: string): SpeechDetected; readonly Offset: number; }