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