import * as z from "zod"; import { Result as SafeParseResult } from "../types/fp.js"; import { SDKValidationError } from "./sdkvalidationerror.js"; import { TranscriptionResponse, TranscriptionResponse$Outbound } from "./transcriptionresponse.js"; import { TranscriptionVerboseResponse, TranscriptionVerboseResponse$Outbound } from "./transcriptionverboseresponse.js"; /** * Successful Response */ export type TranslationsV1AudioTranslationsPostResponseTranslationsV1AudioTranslationsPost = TranscriptionResponse | TranscriptionVerboseResponse; /** @internal */ export declare const TranslationsV1AudioTranslationsPostResponseTranslationsV1AudioTranslationsPost$inboundSchema: z.ZodType; /** @internal */ export type TranslationsV1AudioTranslationsPostResponseTranslationsV1AudioTranslationsPost$Outbound = TranscriptionResponse$Outbound | TranscriptionVerboseResponse$Outbound; /** @internal */ export declare const TranslationsV1AudioTranslationsPostResponseTranslationsV1AudioTranslationsPost$outboundSchema: z.ZodType; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace TranslationsV1AudioTranslationsPostResponseTranslationsV1AudioTranslationsPost$ { /** @deprecated use `TranslationsV1AudioTranslationsPostResponseTranslationsV1AudioTranslationsPost$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `TranslationsV1AudioTranslationsPostResponseTranslationsV1AudioTranslationsPost$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `TranslationsV1AudioTranslationsPostResponseTranslationsV1AudioTranslationsPost$Outbound` instead. */ type Outbound = TranslationsV1AudioTranslationsPostResponseTranslationsV1AudioTranslationsPost$Outbound; } export declare function translationsV1AudioTranslationsPostResponseTranslationsV1AudioTranslationsPostToJSON(translationsV1AudioTranslationsPostResponseTranslationsV1AudioTranslationsPost: TranslationsV1AudioTranslationsPostResponseTranslationsV1AudioTranslationsPost): string; export declare function translationsV1AudioTranslationsPostResponseTranslationsV1AudioTranslationsPostFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=translationsv1audiotranslationspostop.d.ts.map