import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../LightsailClient"; import { CloseInstancePublicPortsRequest, CloseInstancePublicPortsResult, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface CloseInstancePublicPortsCommandInput extends CloseInstancePublicPortsRequest {} export interface CloseInstancePublicPortsCommandOutput extends CloseInstancePublicPortsResult, __MetadataBearer {} declare const CloseInstancePublicPortsCommand_base: { new ( input: CloseInstancePublicPortsCommandInput ): import("@smithy/smithy-client").CommandImpl< CloseInstancePublicPortsCommandInput, CloseInstancePublicPortsCommandOutput, LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: CloseInstancePublicPortsCommandInput ): import("@smithy/smithy-client").CommandImpl< CloseInstancePublicPortsCommandInput, CloseInstancePublicPortsCommandOutput, LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class CloseInstancePublicPortsCommand extends CloseInstancePublicPortsCommand_base { protected static __types: { api: { input: CloseInstancePublicPortsRequest; output: CloseInstancePublicPortsResult; }; sdk: { input: CloseInstancePublicPortsCommandInput; output: CloseInstancePublicPortsCommandOutput; }; }; }