import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { UpdateIpRestrictionRequest, UpdateIpRestrictionResponse, } from "../models/models_4"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../QuickSightClient"; export { __MetadataBearer }; export { $Command }; export interface UpdateIpRestrictionCommandInput extends UpdateIpRestrictionRequest {} export interface UpdateIpRestrictionCommandOutput extends UpdateIpRestrictionResponse, __MetadataBearer {} declare const UpdateIpRestrictionCommand_base: { new ( input: UpdateIpRestrictionCommandInput ): import("@smithy/smithy-client").CommandImpl< UpdateIpRestrictionCommandInput, UpdateIpRestrictionCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: UpdateIpRestrictionCommandInput ): import("@smithy/smithy-client").CommandImpl< UpdateIpRestrictionCommandInput, UpdateIpRestrictionCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class UpdateIpRestrictionCommand extends UpdateIpRestrictionCommand_base { protected static __types: { api: { input: UpdateIpRestrictionRequest; output: UpdateIpRestrictionResponse; }; sdk: { input: UpdateIpRestrictionCommandInput; output: UpdateIpRestrictionCommandOutput; }; }; }