import type * as ElevenLabs from "../../api/index"; import * as core from "../../core"; import type * as serializers from "../index"; import { DubbingLanguageResponse } from "./DubbingLanguageResponse"; export declare const DubbingLanguageListResponse: core.serialization.ObjectSchema; export declare namespace DubbingLanguageListResponse { interface Raw { languages: DubbingLanguageResponse.Raw[]; next_cursor?: string | null; } }