export type TranscriptResponse = { id: string; isTranscribing: boolean; transcribeError: boolean; }; //# sourceMappingURL=types.d.ts.map