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