import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateCertificateAuthorityRequest, CreateCertificateAuthorityResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface CreateCertificateAuthorityCommandInput extends CreateCertificateAuthorityRequest {} export interface CreateCertificateAuthorityCommandOutput extends CreateCertificateAuthorityResponse, __MetadataBearer {} declare const CreateCertificateAuthorityCommand_base: { new ( input: CreateCertificateAuthorityCommandInput, ): import("@smithy/core/client").CommandImpl< CreateCertificateAuthorityCommandInput, CreateCertificateAuthorityCommandOutput, import("..").ACMPCAClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateCertificateAuthorityCommandInput, ): import("@smithy/core/client").CommandImpl< CreateCertificateAuthorityCommandInput, CreateCertificateAuthorityCommandOutput, import("..").ACMPCAClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateCertificateAuthorityCommand extends CreateCertificateAuthorityCommand_base { protected static __types: { api: { input: CreateCertificateAuthorityRequest; output: CreateCertificateAuthorityResponse; }; sdk: { input: CreateCertificateAuthorityCommandInput; output: CreateCertificateAuthorityCommandOutput; }; }; }