import { Command as $Command } from "@smithy/core/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/core/client").CommandImpl< GetTopicRuleCommandInput, GetTopicRuleCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: GetTopicRuleCommandInput ): import("@smithy/core/client").CommandImpl< GetTopicRuleCommandInput, GetTopicRuleCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class GetTopicRuleCommand extends GetTopicRuleCommand_base { protected static __types: { api: { input: GetTopicRuleRequest; output: GetTopicRuleResponse; }; sdk: { input: GetTopicRuleCommandInput; output: GetTopicRuleCommandOutput; }; }; }