import type * as ElevenLabs from "../index"; export type ConvAiStoredSecretDependenciesAgentsItem = ElevenLabs.ConvAiStoredSecretDependenciesAgentsItem.Available | ElevenLabs.ConvAiStoredSecretDependenciesAgentsItem.Unknown; export declare namespace ConvAiStoredSecretDependenciesAgentsItem { interface Available extends ElevenLabs.DependentAvailableAgentIdentifier { type: "available"; } interface Unknown extends ElevenLabs.DependentUnknownAgentIdentifier { type: "unknown"; } }