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