import type * as ElevenLabs from "../index"; export interface ConvAiStoredSecretDependencies { tools: ElevenLabs.ConvAiStoredSecretDependenciesToolsItem[]; agents: ElevenLabs.ConvAiStoredSecretDependenciesAgentsItem[]; others: ElevenLabs.SecretDependencyType[]; phoneNumbers?: ElevenLabs.DependentPhoneNumberIdentifier[]; }