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