import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { WithdrawByoipCidrRequest, WithdrawByoipCidrResponse } from "../models/models_0"; export { __MetadataBearer }; export interface WithdrawByoipCidrCommandInput extends WithdrawByoipCidrRequest {} export interface WithdrawByoipCidrCommandOutput extends WithdrawByoipCidrResponse, __MetadataBearer {} declare const WithdrawByoipCidrCommand_base: { new ( input: WithdrawByoipCidrCommandInput, ): import("@smithy/core/client").CommandImpl< WithdrawByoipCidrCommandInput, WithdrawByoipCidrCommandOutput, import("..").GlobalAcceleratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: WithdrawByoipCidrCommandInput, ): import("@smithy/core/client").CommandImpl< WithdrawByoipCidrCommandInput, WithdrawByoipCidrCommandOutput, import("..").GlobalAcceleratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class WithdrawByoipCidrCommand extends WithdrawByoipCidrCommand_base { protected static __types: { api: { input: WithdrawByoipCidrRequest; output: WithdrawByoipCidrResponse; }; sdk: { input: WithdrawByoipCidrCommandInput; output: WithdrawByoipCidrCommandOutput; }; }; }