export class BaseOutput { speak(text) { return; } stop() { return; } setOptions(options) { return; } }