import type * as ElevenLabs from "../index";
export interface AddChapterResponseModel {
    chapter: ElevenLabs.ChapterWithContentResponseModel;
}
