import type * as ElevenLabs from "../index";
/**
 * Settings for agent testing configuration.
 */
export interface AgentTestingSettings {
    /** List of test IDs that should be run for this agent */
    attachedTests?: ElevenLabs.AttachedTestModel[];
}
