import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../IoTClient"; import { CreateCertificateFromCsrRequest, CreateCertificateFromCsrResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface CreateCertificateFromCsrCommandInput extends CreateCertificateFromCsrRequest {} export interface CreateCertificateFromCsrCommandOutput extends CreateCertificateFromCsrResponse, __MetadataBearer {} declare const CreateCertificateFromCsrCommand_base: { new ( input: CreateCertificateFromCsrCommandInput ): import("@smithy/core/client").CommandImpl< CreateCertificateFromCsrCommandInput, CreateCertificateFromCsrCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: CreateCertificateFromCsrCommandInput ): import("@smithy/core/client").CommandImpl< CreateCertificateFromCsrCommandInput, CreateCertificateFromCsrCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class CreateCertificateFromCsrCommand extends CreateCertificateFromCsrCommand_base { protected static __types: { api: { input: CreateCertificateFromCsrRequest; output: CreateCertificateFromCsrResponse; }; sdk: { input: CreateCertificateFromCsrCommandInput; output: CreateCertificateFromCsrCommandOutput; }; }; }