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