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