import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteAssessmentTargetRequest } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteAssessmentTargetCommandInput extends DeleteAssessmentTargetRequest {} export interface DeleteAssessmentTargetCommandOutput extends __MetadataBearer {} declare const DeleteAssessmentTargetCommand_base: { new ( input: DeleteAssessmentTargetCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteAssessmentTargetCommandInput, DeleteAssessmentTargetCommandOutput, import("..").InspectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteAssessmentTargetCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteAssessmentTargetCommandInput, DeleteAssessmentTargetCommandOutput, import("..").InspectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteAssessmentTargetCommand extends DeleteAssessmentTargetCommand_base { protected static __types: { api: { input: DeleteAssessmentTargetRequest; output: {}; }; sdk: { input: DeleteAssessmentTargetCommandInput; output: DeleteAssessmentTargetCommandOutput; }; }; }