import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../EC2Client"; import { ModifyInstancePlacementRequest, ModifyInstancePlacementResult, } from "../models/models_6"; export { __MetadataBearer }; export { $Command }; export interface ModifyInstancePlacementCommandInput extends ModifyInstancePlacementRequest {} export interface ModifyInstancePlacementCommandOutput extends ModifyInstancePlacementResult, __MetadataBearer {} declare const ModifyInstancePlacementCommand_base: { new ( input: ModifyInstancePlacementCommandInput ): import("@smithy/smithy-client").CommandImpl< ModifyInstancePlacementCommandInput, ModifyInstancePlacementCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: ModifyInstancePlacementCommandInput ): import("@smithy/smithy-client").CommandImpl< ModifyInstancePlacementCommandInput, ModifyInstancePlacementCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class ModifyInstancePlacementCommand extends ModifyInstancePlacementCommand_base { protected static __types: { api: { input: ModifyInstancePlacementRequest; output: ModifyInstancePlacementResult; }; sdk: { input: ModifyInstancePlacementCommandInput; output: ModifyInstancePlacementCommandOutput; }; }; }