import { Command as $Command } from "@smithy/smithy-client";
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
import {
  IoTClientResolvedConfig,
  ServiceInputTypes,
  ServiceOutputTypes,
} from "../IoTClient";
import {
  CreateKeysAndCertificateRequest,
  CreateKeysAndCertificateResponse,
} from "../models/models_0";
export { __MetadataBearer };
export { $Command };
export interface CreateKeysAndCertificateCommandInput
  extends CreateKeysAndCertificateRequest {}
export interface CreateKeysAndCertificateCommandOutput
  extends CreateKeysAndCertificateResponse,
    __MetadataBearer {}
declare const CreateKeysAndCertificateCommand_base: {
  new (
    input: CreateKeysAndCertificateCommandInput
  ): import("@smithy/smithy-client").CommandImpl<
    CreateKeysAndCertificateCommandInput,
    CreateKeysAndCertificateCommandOutput,
    IoTClientResolvedConfig,
    ServiceInputTypes,
    ServiceOutputTypes
  >;
  new (
    ...[input]: [] | [CreateKeysAndCertificateCommandInput]
  ): import("@smithy/smithy-client").CommandImpl<
    CreateKeysAndCertificateCommandInput,
    CreateKeysAndCertificateCommandOutput,
    IoTClientResolvedConfig,
    ServiceInputTypes,
    ServiceOutputTypes
  >;
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class CreateKeysAndCertificateCommand extends CreateKeysAndCertificateCommand_base {}
