import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { AllocateStaticIpRequest, AllocateStaticIpResult } from "../models/models_0"; export { __MetadataBearer }; export interface AllocateStaticIpCommandInput extends AllocateStaticIpRequest {} export interface AllocateStaticIpCommandOutput extends AllocateStaticIpResult, __MetadataBearer {} declare const AllocateStaticIpCommand_base: { new ( input: AllocateStaticIpCommandInput, ): import("@smithy/core/client").CommandImpl< AllocateStaticIpCommandInput, AllocateStaticIpCommandOutput, import("..").LightsailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: AllocateStaticIpCommandInput, ): import("@smithy/core/client").CommandImpl< AllocateStaticIpCommandInput, AllocateStaticIpCommandOutput, import("..").LightsailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class AllocateStaticIpCommand extends AllocateStaticIpCommand_base { protected static __types: { api: { input: AllocateStaticIpRequest; output: AllocateStaticIpResult; }; sdk: { input: AllocateStaticIpCommandInput; output: AllocateStaticIpCommandOutput; }; }; }