import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetStaticIpRequest, GetStaticIpResult } from "../models/models_1"; export { __MetadataBearer }; export interface GetStaticIpCommandInput extends GetStaticIpRequest {} export interface GetStaticIpCommandOutput extends GetStaticIpResult, __MetadataBearer {} declare const GetStaticIpCommand_base: { new ( input: GetStaticIpCommandInput, ): import("@smithy/core/client").CommandImpl< GetStaticIpCommandInput, GetStaticIpCommandOutput, import("..").LightsailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetStaticIpCommandInput, ): import("@smithy/core/client").CommandImpl< GetStaticIpCommandInput, GetStaticIpCommandOutput, import("..").LightsailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetStaticIpCommand extends GetStaticIpCommand_base { protected static __types: { api: { input: GetStaticIpRequest; output: GetStaticIpResult; }; sdk: { input: GetStaticIpCommandInput; output: GetStaticIpCommandOutput; }; }; }