import type * as SarvamAI from "../index.js"; export interface DubbingStartResponse { /** Response status, e.g. `success`. */ status?: string | undefined; /** Human-readable confirmation that the dubbing pipeline has started. */ message?: string | undefined; data?: SarvamAI.DubbingStartData | undefined; }