import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DetachStaticIpRequest, DetachStaticIpResult } from "../models/models_0"; export { __MetadataBearer }; export interface DetachStaticIpCommandInput extends DetachStaticIpRequest {} export interface DetachStaticIpCommandOutput extends DetachStaticIpResult, __MetadataBearer {} declare const DetachStaticIpCommand_base: { new ( input: DetachStaticIpCommandInput, ): import("@smithy/core/client").CommandImpl< DetachStaticIpCommandInput, DetachStaticIpCommandOutput, import("..").LightsailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DetachStaticIpCommandInput, ): import("@smithy/core/client").CommandImpl< DetachStaticIpCommandInput, DetachStaticIpCommandOutput, import("..").LightsailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DetachStaticIpCommand extends DetachStaticIpCommand_base { protected static __types: { api: { input: DetachStaticIpRequest; output: DetachStaticIpResult; }; sdk: { input: DetachStaticIpCommandInput; output: DetachStaticIpCommandOutput; }; }; }