import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../EC2Client"; import { DescribeMovingAddressesRequest, DescribeMovingAddressesResult, } from "../models/models_4"; export { __MetadataBearer }; export { $Command }; export interface DescribeMovingAddressesCommandInput extends DescribeMovingAddressesRequest {} export interface DescribeMovingAddressesCommandOutput extends DescribeMovingAddressesResult, __MetadataBearer {} declare const DescribeMovingAddressesCommand_base: { new ( input: DescribeMovingAddressesCommandInput ): import("@smithy/smithy-client").CommandImpl< DescribeMovingAddressesCommandInput, DescribeMovingAddressesCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( ...[input]: [] | [DescribeMovingAddressesCommandInput] ): import("@smithy/smithy-client").CommandImpl< DescribeMovingAddressesCommandInput, DescribeMovingAddressesCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class DescribeMovingAddressesCommand extends DescribeMovingAddressesCommand_base { protected static __types: { api: { input: DescribeMovingAddressesRequest; output: DescribeMovingAddressesResult; }; sdk: { input: DescribeMovingAddressesCommandInput; output: DescribeMovingAddressesCommandOutput; }; }; }