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