import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../IoTClient"; import { UpdateTopicRuleDestinationRequest, UpdateTopicRuleDestinationResponse, } from "../models/models_2"; export { __MetadataBearer }; export { $Command }; export interface UpdateTopicRuleDestinationCommandInput extends UpdateTopicRuleDestinationRequest {} export interface UpdateTopicRuleDestinationCommandOutput extends UpdateTopicRuleDestinationResponse, __MetadataBearer {} declare const UpdateTopicRuleDestinationCommand_base: { new ( input: UpdateTopicRuleDestinationCommandInput ): import("@smithy/core/client").CommandImpl< UpdateTopicRuleDestinationCommandInput, UpdateTopicRuleDestinationCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: UpdateTopicRuleDestinationCommandInput ): import("@smithy/core/client").CommandImpl< UpdateTopicRuleDestinationCommandInput, UpdateTopicRuleDestinationCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class UpdateTopicRuleDestinationCommand extends UpdateTopicRuleDestinationCommand_base { protected static __types: { api: { input: UpdateTopicRuleDestinationRequest; output: {}; }; sdk: { input: UpdateTopicRuleDestinationCommandInput; output: UpdateTopicRuleDestinationCommandOutput; }; }; }