import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateKeyPairRequest, CreateKeyPairResult } from "../models/models_0"; export { __MetadataBearer }; export interface CreateKeyPairCommandInput extends CreateKeyPairRequest {} export interface CreateKeyPairCommandOutput extends CreateKeyPairResult, __MetadataBearer {} declare const CreateKeyPairCommand_base: { new ( input: CreateKeyPairCommandInput, ): import("@smithy/core/client").CommandImpl< CreateKeyPairCommandInput, CreateKeyPairCommandOutput, import("..").LightsailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateKeyPairCommandInput, ): import("@smithy/core/client").CommandImpl< CreateKeyPairCommandInput, CreateKeyPairCommandOutput, import("..").LightsailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateKeyPairCommand extends CreateKeyPairCommand_base { protected static __types: { api: { input: CreateKeyPairRequest; output: CreateKeyPairResult; }; sdk: { input: CreateKeyPairCommandInput; output: CreateKeyPairCommandOutput; }; }; }