export declare class BaseOutput {
speak(text: string): void;
stop(): void;
setOptions(options: any): void;
}