import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteAIAgentRequest, DeleteAIAgentResponse } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteAIAgentCommandInput extends DeleteAIAgentRequest {} export interface DeleteAIAgentCommandOutput extends DeleteAIAgentResponse, __MetadataBearer {} declare const DeleteAIAgentCommand_base: { new ( input: DeleteAIAgentCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteAIAgentCommandInput, DeleteAIAgentCommandOutput, import("..").QConnectClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteAIAgentCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteAIAgentCommandInput, DeleteAIAgentCommandOutput, import("..").QConnectClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteAIAgentCommand extends DeleteAIAgentCommand_base { protected static __types: { api: { input: DeleteAIAgentRequest; output: {}; }; sdk: { input: DeleteAIAgentCommandInput; output: DeleteAIAgentCommandOutput; }; }; }