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