import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { UpdateIpRestrictionRequest, UpdateIpRestrictionResponse, } from "../models/models_5"; 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/core/client").CommandImpl< UpdateIpRestrictionCommandInput, UpdateIpRestrictionCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: UpdateIpRestrictionCommandInput ): import("@smithy/core/client").CommandImpl< UpdateIpRestrictionCommandInput, UpdateIpRestrictionCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class UpdateIpRestrictionCommand extends UpdateIpRestrictionCommand_base { protected static __types: { api: { input: UpdateIpRestrictionRequest; output: UpdateIpRestrictionResponse; }; sdk: { input: UpdateIpRestrictionCommandInput; output: UpdateIpRestrictionCommandOutput; }; }; }