import * as z from "zod/v4"; import { OpenEnum } from "../types/enums.js"; /** * A timestamp detail level for verbose_json transcription responses. */ export declare const STTTimestampGranularity: { readonly Word: "word"; readonly Segment: "segment"; }; /** * A timestamp detail level for verbose_json transcription responses. */ export type STTTimestampGranularity = OpenEnum; /** @internal */ export declare const STTTimestampGranularity$outboundSchema: z.ZodType; //# sourceMappingURL=stttimestampgranularity.d.ts.map