import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../EC2Client"; import { ModifySubnetAttributeRequest } from "../models/models_7"; export { __MetadataBearer }; export { $Command }; export interface ModifySubnetAttributeCommandInput extends ModifySubnetAttributeRequest {} export interface ModifySubnetAttributeCommandOutput extends __MetadataBearer {} declare const ModifySubnetAttributeCommand_base: { new ( input: ModifySubnetAttributeCommandInput ): import("@smithy/smithy-client").CommandImpl< ModifySubnetAttributeCommandInput, ModifySubnetAttributeCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: ModifySubnetAttributeCommandInput ): import("@smithy/smithy-client").CommandImpl< ModifySubnetAttributeCommandInput, ModifySubnetAttributeCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class ModifySubnetAttributeCommand extends ModifySubnetAttributeCommand_base { protected static __types: { api: { input: ModifySubnetAttributeRequest; output: {}; }; sdk: { input: ModifySubnetAttributeCommandInput; output: ModifySubnetAttributeCommandOutput; }; }; }