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