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