import type * as ElevenLabs from "../../api/index";
import * as core from "../../core";
import type * as serializers from "../index";
import { AttachedTestModel } from "./AttachedTestModel";
export declare const AgentTestingSettings: core.serialization.ObjectSchema<serializers.AgentTestingSettings.Raw, ElevenLabs.AgentTestingSettings>;
export declare namespace AgentTestingSettings {
    interface Raw {
        attached_tests?: AttachedTestModel.Raw[] | null;
    }
}
