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