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