import { GnuSpeechOptions } from '@echogarden/gnuspeech-wasm';
import { SynthesisVoice } from '../api/Synthesis.js';
export declare function synthesize(text: string, options: GnuSpeechOptions): Promise<{
    rawAudio: import("@echogarden/wave-codec").RawAudio;
}>;
export declare const voiceList: SynthesisVoice[];
//# sourceMappingURL=GnuSpeechTTS.d.ts.map