import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteAgentProfileRequest, DeleteAgentProfileResponse } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteAgentProfileCommandInput extends DeleteAgentProfileRequest {} export interface DeleteAgentProfileCommandOutput extends DeleteAgentProfileResponse, __MetadataBearer {} declare const DeleteAgentProfileCommand_base: { new ( input: DeleteAgentProfileCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteAgentProfileCommandInput, DeleteAgentProfileCommandOutput, import("..").WellArchitectedClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteAgentProfileCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteAgentProfileCommandInput, DeleteAgentProfileCommandOutput, import("..").WellArchitectedClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteAgentProfileCommand extends DeleteAgentProfileCommand_base { protected static __types: { api: { input: DeleteAgentProfileRequest; output: {}; }; sdk: { input: DeleteAgentProfileCommandInput; output: DeleteAgentProfileCommandOutput; }; }; }