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