import type * as ElevenLabs from "../../api/index"; import * as core from "../../core"; import type * as serializers from "../index"; import { ChapterWithContentResponseModel } from "./ChapterWithContentResponseModel"; export declare const AddChapterResponseModel: core.serialization.ObjectSchema; export declare namespace AddChapterResponseModel { interface Raw { chapter: ChapterWithContentResponseModel.Raw; } }