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