import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ImportSshPublicKeyRequest, ImportSshPublicKeyResponse, } from "../models/models_0"; import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig, } from "../TransferClient"; export { __MetadataBearer }; export { $Command }; export interface ImportSshPublicKeyCommandInput extends ImportSshPublicKeyRequest {} export interface ImportSshPublicKeyCommandOutput extends ImportSshPublicKeyResponse, __MetadataBearer {} declare const ImportSshPublicKeyCommand_base: { new ( input: ImportSshPublicKeyCommandInput ): import("@smithy/smithy-client").CommandImpl< ImportSshPublicKeyCommandInput, ImportSshPublicKeyCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: ImportSshPublicKeyCommandInput ): import("@smithy/smithy-client").CommandImpl< ImportSshPublicKeyCommandInput, ImportSshPublicKeyCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class ImportSshPublicKeyCommand extends ImportSshPublicKeyCommand_base { protected static __types: { api: { input: ImportSshPublicKeyRequest; output: ImportSshPublicKeyResponse; }; sdk: { input: ImportSshPublicKeyCommandInput; output: ImportSshPublicKeyCommandOutput; }; }; }