import { Command as $Command } from "@smithy/smithy-client";
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
import {
  IoTClientResolvedConfig,
  ServiceInputTypes,
  ServiceOutputTypes,
} from "../IoTClient";
import { ReplaceTopicRuleRequest } from "../models/models_2";
export { __MetadataBearer };
export { $Command };
export interface ReplaceTopicRuleCommandInput extends ReplaceTopicRuleRequest {}
export interface ReplaceTopicRuleCommandOutput extends __MetadataBearer {}
declare const ReplaceTopicRuleCommand_base: {
  new (
    input: ReplaceTopicRuleCommandInput
  ): import("@smithy/smithy-client").CommandImpl<
    ReplaceTopicRuleCommandInput,
    ReplaceTopicRuleCommandOutput,
    IoTClientResolvedConfig,
    ServiceInputTypes,
    ServiceOutputTypes
  >;
  new (
    __0_0: ReplaceTopicRuleCommandInput
  ): import("@smithy/smithy-client").CommandImpl<
    ReplaceTopicRuleCommandInput,
    ReplaceTopicRuleCommandOutput,
    IoTClientResolvedConfig,
    ServiceInputTypes,
    ServiceOutputTypes
  >;
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class ReplaceTopicRuleCommand extends ReplaceTopicRuleCommand_base {}
