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