import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../ApiGatewayV2Client"; import { UpdatePortalRequest, UpdatePortalResponse } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface UpdatePortalCommandInput extends UpdatePortalRequest {} export interface UpdatePortalCommandOutput extends UpdatePortalResponse, __MetadataBearer {} declare const UpdatePortalCommand_base: { new ( input: UpdatePortalCommandInput ): import("@smithy/smithy-client").CommandImpl< UpdatePortalCommandInput, UpdatePortalCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: UpdatePortalCommandInput ): import("@smithy/smithy-client").CommandImpl< UpdatePortalCommandInput, UpdatePortalCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class UpdatePortalCommand extends UpdatePortalCommand_base { protected static __types: { api: { input: UpdatePortalRequest; output: UpdatePortalResponse; }; sdk: { input: UpdatePortalCommandInput; output: UpdatePortalCommandOutput; }; }; }