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