import type * as ElevenLabs from "../../api/index"; import * as core from "../../core"; import type * as serializers from "../index"; import { KnowledgeBaseFolderPathSegmentSummaryResponseModel } from "./KnowledgeBaseFolderPathSegmentSummaryResponseModel"; export declare const AddKnowledgeBaseResponseModel: core.serialization.ObjectSchema; export declare namespace AddKnowledgeBaseResponseModel { interface Raw { id: string; name: string; folder_path?: KnowledgeBaseFolderPathSegmentSummaryResponseModel.Raw[] | null; } }