import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetStaticIpsRequest, GetStaticIpsResult } from "../models/models_1"; export { __MetadataBearer }; export interface GetStaticIpsCommandInput extends GetStaticIpsRequest {} export interface GetStaticIpsCommandOutput extends GetStaticIpsResult, __MetadataBearer {} declare const GetStaticIpsCommand_base: { new ( input: GetStaticIpsCommandInput, ): import("@smithy/core/client").CommandImpl< GetStaticIpsCommandInput, GetStaticIpsCommandOutput, import("..").LightsailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( ...[input]: [] | [GetStaticIpsCommandInput] ): import("@smithy/core/client").CommandImpl< GetStaticIpsCommandInput, GetStaticIpsCommandOutput, import("..").LightsailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetStaticIpsCommand extends GetStaticIpsCommand_base { protected static __types: { api: { input: GetStaticIpsRequest; output: GetStaticIpsResult; }; sdk: { input: GetStaticIpsCommandInput; output: GetStaticIpsCommandOutput; }; }; }