import { Command as $Command } from "@smithy/smithy-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/smithy-client").CommandImpl< DescribeInsightRulesCommandInput, DescribeInsightRulesCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( ...[input]: [] | [DescribeInsightRulesCommandInput] ): import("@smithy/smithy-client").CommandImpl< DescribeInsightRulesCommandInput, DescribeInsightRulesCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class DescribeInsightRulesCommand extends DescribeInsightRulesCommand_base { protected static __types: { api: { input: DescribeInsightRulesInput; output: DescribeInsightRulesOutput; }; sdk: { input: DescribeInsightRulesCommandInput; output: DescribeInsightRulesCommandOutput; }; }; }