import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ReleaseStaticIpRequest, ReleaseStaticIpResult } from "../models/models_1"; export { __MetadataBearer }; export interface ReleaseStaticIpCommandInput extends ReleaseStaticIpRequest {} export interface ReleaseStaticIpCommandOutput extends ReleaseStaticIpResult, __MetadataBearer {} declare const ReleaseStaticIpCommand_base: { new ( input: ReleaseStaticIpCommandInput, ): import("@smithy/core/client").CommandImpl< ReleaseStaticIpCommandInput, ReleaseStaticIpCommandOutput, import("..").LightsailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: ReleaseStaticIpCommandInput, ): import("@smithy/core/client").CommandImpl< ReleaseStaticIpCommandInput, ReleaseStaticIpCommandOutput, import("..").LightsailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class ReleaseStaticIpCommand extends ReleaseStaticIpCommand_base { protected static __types: { api: { input: ReleaseStaticIpRequest; output: ReleaseStaticIpResult; }; sdk: { input: ReleaseStaticIpCommandInput; output: ReleaseStaticIpCommandOutput; }; }; }