import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { StartInstanceRefreshAnswer, StartInstanceRefreshType } from "../models/models_0"; export { __MetadataBearer }; export interface StartInstanceRefreshCommandInput extends StartInstanceRefreshType {} export interface StartInstanceRefreshCommandOutput extends StartInstanceRefreshAnswer, __MetadataBearer {} declare const StartInstanceRefreshCommand_base: { new ( input: StartInstanceRefreshCommandInput, ): import("@smithy/core/client").CommandImpl< StartInstanceRefreshCommandInput, StartInstanceRefreshCommandOutput, import("..").AutoScalingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: StartInstanceRefreshCommandInput, ): import("@smithy/core/client").CommandImpl< StartInstanceRefreshCommandInput, StartInstanceRefreshCommandOutput, import("..").AutoScalingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class StartInstanceRefreshCommand extends StartInstanceRefreshCommand_base { protected static __types: { api: { input: StartInstanceRefreshType; output: StartInstanceRefreshAnswer; }; sdk: { input: StartInstanceRefreshCommandInput; output: StartInstanceRefreshCommandOutput; }; }; }