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