import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../LightsailClient"; import { GetKeyPairRequest, GetKeyPairResult } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface GetKeyPairCommandInput extends GetKeyPairRequest {} export interface GetKeyPairCommandOutput extends GetKeyPairResult, __MetadataBearer {} declare const GetKeyPairCommand_base: { new ( input: GetKeyPairCommandInput ): import("@smithy/smithy-client").CommandImpl< GetKeyPairCommandInput, GetKeyPairCommandOutput, LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: GetKeyPairCommandInput ): import("@smithy/smithy-client").CommandImpl< GetKeyPairCommandInput, GetKeyPairCommandOutput, LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class GetKeyPairCommand extends GetKeyPairCommand_base { protected static __types: { api: { input: GetKeyPairRequest; output: GetKeyPairResult; }; sdk: { input: GetKeyPairCommandInput; output: GetKeyPairCommandOutput; }; }; }