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