import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../ConfigServiceClient"; import { StartRemediationExecutionRequest, StartRemediationExecutionResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface StartRemediationExecutionCommandInput extends StartRemediationExecutionRequest {} export interface StartRemediationExecutionCommandOutput extends StartRemediationExecutionResponse, __MetadataBearer {} declare const StartRemediationExecutionCommand_base: { new ( input: StartRemediationExecutionCommandInput ): import("@smithy/smithy-client").CommandImpl< StartRemediationExecutionCommandInput, StartRemediationExecutionCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: StartRemediationExecutionCommandInput ): import("@smithy/smithy-client").CommandImpl< StartRemediationExecutionCommandInput, StartRemediationExecutionCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class StartRemediationExecutionCommand extends StartRemediationExecutionCommand_base { protected static __types: { api: { input: StartRemediationExecutionRequest; output: StartRemediationExecutionResponse; }; sdk: { input: StartRemediationExecutionCommandInput; output: StartRemediationExecutionCommandOutput; }; }; }