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