import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetKeyPairsRequest, GetKeyPairsResult } from "../models/models_0"; export { __MetadataBearer }; export interface GetKeyPairsCommandInput extends GetKeyPairsRequest {} export interface GetKeyPairsCommandOutput extends GetKeyPairsResult, __MetadataBearer {} declare const GetKeyPairsCommand_base: { new ( input: GetKeyPairsCommandInput, ): import("@smithy/core/client").CommandImpl< GetKeyPairsCommandInput, GetKeyPairsCommandOutput, import("..").LightsailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( ...[input]: [] | [GetKeyPairsCommandInput] ): import("@smithy/core/client").CommandImpl< GetKeyPairsCommandInput, GetKeyPairsCommandOutput, import("..").LightsailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetKeyPairsCommand extends GetKeyPairsCommand_base { protected static __types: { api: { input: GetKeyPairsRequest; output: GetKeyPairsResult; }; sdk: { input: GetKeyPairsCommandInput; output: GetKeyPairsCommandOutput; }; }; }