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