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