import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../IoTClient"; import { CreateTopicRuleDestinationRequest, CreateTopicRuleDestinationResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface CreateTopicRuleDestinationCommandInput extends CreateTopicRuleDestinationRequest {} export interface CreateTopicRuleDestinationCommandOutput extends CreateTopicRuleDestinationResponse, __MetadataBearer {} declare const CreateTopicRuleDestinationCommand_base: { new ( input: CreateTopicRuleDestinationCommandInput ): import("@smithy/core/client").CommandImpl< CreateTopicRuleDestinationCommandInput, CreateTopicRuleDestinationCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: CreateTopicRuleDestinationCommandInput ): import("@smithy/core/client").CommandImpl< CreateTopicRuleDestinationCommandInput, CreateTopicRuleDestinationCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class CreateTopicRuleDestinationCommand extends CreateTopicRuleDestinationCommand_base { protected static __types: { api: { input: CreateTopicRuleDestinationRequest; output: CreateTopicRuleDestinationResponse; }; sdk: { input: CreateTopicRuleDestinationCommandInput; output: CreateTopicRuleDestinationCommandOutput; }; }; }