import * as z from "zod/v4"; import { OpenEnum } from "../types/enums.js"; export declare const OutputModality: { readonly Text: "text"; readonly Image: "image"; readonly Embeddings: "embeddings"; readonly Audio: "audio"; readonly Video: "video"; readonly Rerank: "rerank"; readonly Speech: "speech"; readonly Transcription: "transcription"; }; export type OutputModality = OpenEnum; /** @internal */ export declare const OutputModality$inboundSchema: z.ZodType; //# sourceMappingURL=outputmodality.d.ts.map