import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteKeyPairRequest, DeleteKeyPairResult } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteKeyPairCommandInput extends DeleteKeyPairRequest {} export interface DeleteKeyPairCommandOutput extends DeleteKeyPairResult, __MetadataBearer {} declare const DeleteKeyPairCommand_base: { new ( input: DeleteKeyPairCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteKeyPairCommandInput, DeleteKeyPairCommandOutput, import("..").LightsailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteKeyPairCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteKeyPairCommandInput, DeleteKeyPairCommandOutput, import("..").LightsailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteKeyPairCommand extends DeleteKeyPairCommand_base { protected static __types: { api: { input: DeleteKeyPairRequest; output: DeleteKeyPairResult; }; sdk: { input: DeleteKeyPairCommandInput; output: DeleteKeyPairCommandOutput; }; }; }