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