import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../CloudWatchClient"; import { DescribeInsightRulesInput, DescribeInsightRulesOutput, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface DescribeInsightRulesCommandInput extends DescribeInsightRulesInput {} export interface DescribeInsightRulesCommandOutput extends DescribeInsightRulesOutput, __MetadataBearer {} declare const DescribeInsightRulesCommand_base: { new ( input: DescribeInsightRulesCommandInput ): import("@smithy/core/client").CommandImpl< DescribeInsightRulesCommandInput, DescribeInsightRulesCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( ...[input]: [] | [DescribeInsightRulesCommandInput] ): import("@smithy/core/client").CommandImpl< DescribeInsightRulesCommandInput, DescribeInsightRulesCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class DescribeInsightRulesCommand extends DescribeInsightRulesCommand_base { protected static __types: { api: { input: DescribeInsightRulesInput; output: DescribeInsightRulesOutput; }; sdk: { input: DescribeInsightRulesCommandInput; output: DescribeInsightRulesCommandOutput; }; }; }