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