import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteAgentRequest, DeleteAgentResponse } from "../models/models_0"; export { __MetadataBearer }; 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, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteAgentCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteAgentCommandInput, DeleteAgentCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteAgentCommand extends DeleteAgentCommand_base { protected static __types: { api: { input: DeleteAgentRequest; output: {}; }; sdk: { input: DeleteAgentCommandInput; output: DeleteAgentCommandOutput; }; }; }