import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../CloudWatchClient"; import { DisableInsightRulesInput, DisableInsightRulesOutput, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface DisableInsightRulesCommandInput extends DisableInsightRulesInput {} export interface DisableInsightRulesCommandOutput extends DisableInsightRulesOutput, __MetadataBearer {} declare const DisableInsightRulesCommand_base: { new ( input: DisableInsightRulesCommandInput ): import("@smithy/smithy-client").CommandImpl< DisableInsightRulesCommandInput, DisableInsightRulesCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: DisableInsightRulesCommandInput ): import("@smithy/smithy-client").CommandImpl< DisableInsightRulesCommandInput, DisableInsightRulesCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class DisableInsightRulesCommand extends DisableInsightRulesCommand_base { protected static __types: { api: { input: DisableInsightRulesInput; output: DisableInsightRulesOutput; }; sdk: { input: DisableInsightRulesCommandInput; output: DisableInsightRulesCommandOutput; }; }; }