import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../CloudTrailClient"; import { PutInsightSelectorsRequest, PutInsightSelectorsResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface PutInsightSelectorsCommandInput extends PutInsightSelectorsRequest {} export interface PutInsightSelectorsCommandOutput extends PutInsightSelectorsResponse, __MetadataBearer {} declare const PutInsightSelectorsCommand_base: { new ( input: PutInsightSelectorsCommandInput ): import("@smithy/smithy-client").CommandImpl< PutInsightSelectorsCommandInput, PutInsightSelectorsCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: PutInsightSelectorsCommandInput ): import("@smithy/smithy-client").CommandImpl< PutInsightSelectorsCommandInput, PutInsightSelectorsCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class PutInsightSelectorsCommand extends PutInsightSelectorsCommand_base { protected static __types: { api: { input: PutInsightSelectorsRequest; output: PutInsightSelectorsResponse; }; sdk: { input: PutInsightSelectorsCommandInput; output: PutInsightSelectorsCommandOutput; }; }; }