import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { AttachStaticIpRequest, AttachStaticIpResult } from "../models/models_0"; export { __MetadataBearer }; export interface AttachStaticIpCommandInput extends AttachStaticIpRequest {} export interface AttachStaticIpCommandOutput extends AttachStaticIpResult, __MetadataBearer {} declare const AttachStaticIpCommand_base: { new ( input: AttachStaticIpCommandInput, ): import("@smithy/core/client").CommandImpl< AttachStaticIpCommandInput, AttachStaticIpCommandOutput, import("..").LightsailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: AttachStaticIpCommandInput, ): import("@smithy/core/client").CommandImpl< AttachStaticIpCommandInput, AttachStaticIpCommandOutput, import("..").LightsailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class AttachStaticIpCommand extends AttachStaticIpCommand_base { protected static __types: { api: { input: AttachStaticIpRequest; output: AttachStaticIpResult; }; sdk: { input: AttachStaticIpCommandInput; output: AttachStaticIpCommandOutput; }; }; }