import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteTargetRequest, DeleteTargetResult } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteTargetCommandInput extends DeleteTargetRequest {} export interface DeleteTargetCommandOutput extends DeleteTargetResult, __MetadataBearer {} declare const DeleteTargetCommand_base: { new ( input: DeleteTargetCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteTargetCommandInput, DeleteTargetCommandOutput, import("..").CodestarNotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteTargetCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteTargetCommandInput, DeleteTargetCommandOutput, import("..").CodestarNotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteTargetCommand extends DeleteTargetCommand_base { protected static __types: { api: { input: DeleteTargetRequest; output: {}; }; sdk: { input: DeleteTargetCommandInput; output: DeleteTargetCommandOutput; }; }; }