import { z } from 'zod'; declare const inputSchema: z.ZodObject<{ text: z.ZodString; voiceId: z.ZodString; outputPath: z.ZodString; modelId: z.ZodOptional; stability: z.ZodOptional; similarityBoost: z.ZodOptional; style: z.ZodOptional; useSpeakerBoost: z.ZodOptional; outputFormat: z.ZodOptional>; optimizeStreamingLatency: z.ZodOptional; }, "strip", z.ZodTypeAny, { text: string; voiceId: string; outputPath: string; modelId?: string | undefined; outputFormat?: "mp3_44100_32" | "mp3_44100_64" | "mp3_44100_96" | "mp3_44100_128" | "mp3_44100_192" | "pcm_16000" | "pcm_22050" | "pcm_24000" | "pcm_44100" | "ulaw_8000" | undefined; optimizeStreamingLatency?: number | undefined; stability?: number | undefined; similarityBoost?: number | undefined; style?: number | undefined; useSpeakerBoost?: boolean | undefined; }, { text: string; voiceId: string; outputPath: string; modelId?: string | undefined; outputFormat?: "mp3_44100_32" | "mp3_44100_64" | "mp3_44100_96" | "mp3_44100_128" | "mp3_44100_192" | "pcm_16000" | "pcm_22050" | "pcm_24000" | "pcm_44100" | "ulaw_8000" | undefined; optimizeStreamingLatency?: number | undefined; stability?: number | undefined; similarityBoost?: number | undefined; style?: number | undefined; useSpeakerBoost?: boolean | undefined; }>; export declare const textToSpeechTool: { name: string; description: string; inputSchema: z.ZodObject<{ text: z.ZodString; voiceId: z.ZodString; outputPath: z.ZodString; modelId: z.ZodOptional; stability: z.ZodOptional; similarityBoost: z.ZodOptional; style: z.ZodOptional; useSpeakerBoost: z.ZodOptional; outputFormat: z.ZodOptional>; optimizeStreamingLatency: z.ZodOptional; }, "strip", z.ZodTypeAny, { text: string; voiceId: string; outputPath: string; modelId?: string | undefined; outputFormat?: "mp3_44100_32" | "mp3_44100_64" | "mp3_44100_96" | "mp3_44100_128" | "mp3_44100_192" | "pcm_16000" | "pcm_22050" | "pcm_24000" | "pcm_44100" | "ulaw_8000" | undefined; optimizeStreamingLatency?: number | undefined; stability?: number | undefined; similarityBoost?: number | undefined; style?: number | undefined; useSpeakerBoost?: boolean | undefined; }, { text: string; voiceId: string; outputPath: string; modelId?: string | undefined; outputFormat?: "mp3_44100_32" | "mp3_44100_64" | "mp3_44100_96" | "mp3_44100_128" | "mp3_44100_192" | "pcm_16000" | "pcm_22050" | "pcm_24000" | "pcm_44100" | "ulaw_8000" | undefined; optimizeStreamingLatency?: number | undefined; stability?: number | undefined; similarityBoost?: number | undefined; style?: number | undefined; useSpeakerBoost?: boolean | undefined; }>; handler: (args: z.infer) => Promise<{ content: { type: string; text: string; }[]; }>; }; export {}; //# sourceMappingURL=text-to-speech.d.ts.map