export declare function synthesize(text: string, speakerId: string | null, serverURL?: string): Promise<{
    rawAudio: import("@echogarden/wave-codec").RawAudio;
}>;
//# sourceMappingURL=CoquiServerTTS.d.ts.map