import * as z from "zod/v3";
import { ClosedEnum } from "../../types/enums.js";
export declare const TranscriptionStreamEventTypes: {
    readonly TranscriptionLanguage: "transcription.language";
    readonly TranscriptionSegment: "transcription.segment";
    readonly TranscriptionTextDelta: "transcription.text.delta";
    readonly TranscriptionDone: "transcription.done";
};
export type TranscriptionStreamEventTypes = ClosedEnum<typeof TranscriptionStreamEventTypes>;
/** @internal */
export declare const TranscriptionStreamEventTypes$inboundSchema: z.ZodNativeEnum<typeof TranscriptionStreamEventTypes>;
//# sourceMappingURL=transcriptionstreameventtypes.d.ts.map