import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteAgentRequest, DeleteAgentResponse } from "../models/models_3"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../QuickSightClient"; export { __MetadataBearer }; export { $Command }; export interface DeleteAgentCommandInput extends DeleteAgentRequest {} export interface DeleteAgentCommandOutput extends DeleteAgentResponse, __MetadataBearer {} declare const DeleteAgentCommand_base: { new ( input: DeleteAgentCommandInput ): import("@smithy/core/client").CommandImpl< DeleteAgentCommandInput, DeleteAgentCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: DeleteAgentCommandInput ): import("@smithy/core/client").CommandImpl< DeleteAgentCommandInput, DeleteAgentCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class DeleteAgentCommand extends DeleteAgentCommand_base { protected static __types: { api: { input: DeleteAgentRequest; output: DeleteAgentResponse; }; sdk: { input: DeleteAgentCommandInput; output: DeleteAgentCommandOutput; }; }; }