import type * as ElevenLabs from "../../api/index";
import * as core from "../../core";
import type * as serializers from "../index";
import { AgentDeploymentRequestItem } from "./AgentDeploymentRequestItem";
export declare const AgentDeploymentRequest: core.serialization.ObjectSchema<serializers.AgentDeploymentRequest.Raw, ElevenLabs.AgentDeploymentRequest>;
export declare namespace AgentDeploymentRequest {
    interface Raw {
        requests: AgentDeploymentRequestItem.Raw[];
    }
}
