import { z } from 'zod'; export declare const transcriptionsBody: z.ZodObject<{ model: z.ZodString; file: z.ZodCustom, Buffer>; response_format: z.ZodOptional; prompt: z.ZodOptional; language: z.ZodOptional; temperature: z.ZodOptional>; }, z.core.$loose>; export declare const translationsBody: z.ZodObject<{ model: z.ZodString; file: z.ZodCustom, Buffer>; response_format: z.ZodOptional; prompt: z.ZodOptional; language: z.ZodOptional; temperature: z.ZodOptional>; }, z.core.$loose>; export declare const audioSpeechBody: z.ZodObject<{ model: z.ZodString; input: z.ZodString; voice: z.ZodOptional; response_format: z.ZodOptional; speed: z.ZodOptional>; instructions: z.ZodOptional; stream_format: z.ZodOptional; }, z.core.$loose>; export declare const SPEECH_UNSUPPORTED_PARAMS: readonly ["speed", "instructions", "stream_format"]; //# sourceMappingURL=audio.d.ts.map