import { Command as $Command } from "@smithy/smithy-client";
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
import {
  IoTClientResolvedConfig,
  ServiceInputTypes,
  ServiceOutputTypes,
} from "../IoTClient";
import {
  DeleteTopicRuleDestinationRequest,
  DeleteTopicRuleDestinationResponse,
} from "../models/models_1";
export { __MetadataBearer };
export { $Command };
export interface DeleteTopicRuleDestinationCommandInput
  extends DeleteTopicRuleDestinationRequest {}
export interface DeleteTopicRuleDestinationCommandOutput
  extends DeleteTopicRuleDestinationResponse,
    __MetadataBearer {}
declare const DeleteTopicRuleDestinationCommand_base: {
  new (
    input: DeleteTopicRuleDestinationCommandInput
  ): import("@smithy/smithy-client").CommandImpl<
    DeleteTopicRuleDestinationCommandInput,
    DeleteTopicRuleDestinationCommandOutput,
    IoTClientResolvedConfig,
    ServiceInputTypes,
    ServiceOutputTypes
  >;
  new (
    __0_0: DeleteTopicRuleDestinationCommandInput
  ): import("@smithy/smithy-client").CommandImpl<
    DeleteTopicRuleDestinationCommandInput,
    DeleteTopicRuleDestinationCommandOutput,
    IoTClientResolvedConfig,
    ServiceInputTypes,
    ServiceOutputTypes
  >;
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class DeleteTopicRuleDestinationCommand extends DeleteTopicRuleDestinationCommand_base {}
