import { Command as $Command } from "@smithy/smithy-client";
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
import {
  IoTClientResolvedConfig,
  ServiceInputTypes,
  ServiceOutputTypes,
} from "../IoTClient";
import {
  CreateCertificateProviderRequest,
  CreateCertificateProviderResponse,
} from "../models/models_0";
export { __MetadataBearer };
export { $Command };
export interface CreateCertificateProviderCommandInput
  extends CreateCertificateProviderRequest {}
export interface CreateCertificateProviderCommandOutput
  extends CreateCertificateProviderResponse,
    __MetadataBearer {}
declare const CreateCertificateProviderCommand_base: {
  new (
    input: CreateCertificateProviderCommandInput
  ): import("@smithy/smithy-client").CommandImpl<
    CreateCertificateProviderCommandInput,
    CreateCertificateProviderCommandOutput,
    IoTClientResolvedConfig,
    ServiceInputTypes,
    ServiceOutputTypes
  >;
  new (
    __0_0: CreateCertificateProviderCommandInput
  ): import("@smithy/smithy-client").CommandImpl<
    CreateCertificateProviderCommandInput,
    CreateCertificateProviderCommandOutput,
    IoTClientResolvedConfig,
    ServiceInputTypes,
    ServiceOutputTypes
  >;
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class CreateCertificateProviderCommand extends CreateCertificateProviderCommand_base {}
