import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ImportKeyPairRequest, ImportKeyPairResult } from "../models/models_1"; export { __MetadataBearer }; export interface ImportKeyPairCommandInput extends ImportKeyPairRequest {} export interface ImportKeyPairCommandOutput extends ImportKeyPairResult, __MetadataBearer {} declare const ImportKeyPairCommand_base: { new ( input: ImportKeyPairCommandInput, ): import("@smithy/core/client").CommandImpl< ImportKeyPairCommandInput, ImportKeyPairCommandOutput, import("..").LightsailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: ImportKeyPairCommandInput, ): import("@smithy/core/client").CommandImpl< ImportKeyPairCommandInput, ImportKeyPairCommandOutput, import("..").LightsailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class ImportKeyPairCommand extends ImportKeyPairCommand_base { protected static __types: { api: { input: ImportKeyPairRequest; output: ImportKeyPairResult; }; sdk: { input: ImportKeyPairCommandInput; output: ImportKeyPairCommandOutput; }; }; }