import type * as ElevenLabs from "../index"; export interface KnowledgeBaseToolInfo { /** Search strategies exposed to the model. Must be non-empty. */ enabledStrategies?: ElevenLabs.SearchStrategy[]; }