import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../IoTClient"; import { GetTopicRuleDestinationRequest, GetTopicRuleDestinationResponse, } from "../models/models_1"; export { __MetadataBearer }; export { $Command }; export interface GetTopicRuleDestinationCommandInput extends GetTopicRuleDestinationRequest {} export interface GetTopicRuleDestinationCommandOutput extends GetTopicRuleDestinationResponse, __MetadataBearer {} declare const GetTopicRuleDestinationCommand_base: { new ( input: GetTopicRuleDestinationCommandInput ): import("@smithy/core/client").CommandImpl< GetTopicRuleDestinationCommandInput, GetTopicRuleDestinationCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: GetTopicRuleDestinationCommandInput ): import("@smithy/core/client").CommandImpl< GetTopicRuleDestinationCommandInput, GetTopicRuleDestinationCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class GetTopicRuleDestinationCommand extends GetTopicRuleDestinationCommand_base { protected static __types: { api: { input: GetTopicRuleDestinationRequest; output: GetTopicRuleDestinationResponse; }; sdk: { input: GetTopicRuleDestinationCommandInput; output: GetTopicRuleDestinationCommandOutput; }; }; }