export * from "./stt/index.js"; import { STT, type STTTranscribeParams, type STTTranscribeResponse } from "./stt/stt.js"; /** Type alias for backward compatibility */ export type SttTranscribeResponse = STTTranscribeResponse; /** Type alias for backward compatibility */ export type SttTranscribeParams = STTTranscribeParams; /** @deprecated Use {@link STT} instead. */ export declare const Stt: typeof STT; /** @deprecated Use {@link STT} instead. */ export type Stt = STT; export declare namespace Stt { export { type SttTranscribeResponse as SttTranscribeResponse, type SttTranscribeParams as SttTranscribeParams, }; } //# sourceMappingURL=stt.d.ts.map