export interface SpeechStartedEvent {
    type: "SpeechStarted";
    channel: number[];
    timestamp: number;
}
//# sourceMappingURL=SpeechStartedEvent.d.ts.map