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