import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteAgentGoalRequest, DeleteAgentGoalResponse } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteAgentGoalCommandInput extends DeleteAgentGoalRequest {} export interface DeleteAgentGoalCommandOutput extends DeleteAgentGoalResponse, __MetadataBearer {} declare const DeleteAgentGoalCommand_base: { new ( input: DeleteAgentGoalCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteAgentGoalCommandInput, DeleteAgentGoalCommandOutput, import("..").WellArchitectedClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteAgentGoalCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteAgentGoalCommandInput, DeleteAgentGoalCommandOutput, import("..").WellArchitectedClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteAgentGoalCommand extends DeleteAgentGoalCommand_base { protected static __types: { api: { input: DeleteAgentGoalRequest; output: {}; }; sdk: { input: DeleteAgentGoalCommandInput; output: DeleteAgentGoalCommandOutput; }; }; }