import type * as SarvamAI from "../index.js"; export interface DubbingExportStatusResponse { /** Response status, e.g. `success`. */ status?: string | undefined; message?: string | undefined; data?: SarvamAI.DubbingExportStatusData | undefined; }