import * as z from "zod/v4"; import { OpenEnum } from "../types/enums.js"; export declare const InputModality: { readonly Text: "text"; readonly Image: "image"; readonly File: "file"; readonly Audio: "audio"; readonly Video: "video"; }; export type InputModality = OpenEnum; /** @internal */ export declare const InputModality$inboundSchema: z.ZodType; //# sourceMappingURL=inputmodality.d.ts.map