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