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