import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CancelInstanceRefreshAnswer, CancelInstanceRefreshType } from "../models/models_0"; export { __MetadataBearer }; export interface CancelInstanceRefreshCommandInput extends CancelInstanceRefreshType {} export interface CancelInstanceRefreshCommandOutput extends CancelInstanceRefreshAnswer, __MetadataBearer {} declare const CancelInstanceRefreshCommand_base: { new ( input: CancelInstanceRefreshCommandInput, ): import("@smithy/core/client").CommandImpl< CancelInstanceRefreshCommandInput, CancelInstanceRefreshCommandOutput, import("..").AutoScalingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CancelInstanceRefreshCommandInput, ): import("@smithy/core/client").CommandImpl< CancelInstanceRefreshCommandInput, CancelInstanceRefreshCommandOutput, import("..").AutoScalingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CancelInstanceRefreshCommand extends CancelInstanceRefreshCommand_base { protected static __types: { api: { input: CancelInstanceRefreshType; output: CancelInstanceRefreshAnswer; }; sdk: { input: CancelInstanceRefreshCommandInput; output: CancelInstanceRefreshCommandOutput; }; }; }