import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../CloudTrailClient"; import { GetInsightSelectorsRequest, GetInsightSelectorsResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface GetInsightSelectorsCommandInput extends GetInsightSelectorsRequest {} export interface GetInsightSelectorsCommandOutput extends GetInsightSelectorsResponse, __MetadataBearer {} declare const GetInsightSelectorsCommand_base: { new ( input: GetInsightSelectorsCommandInput ): import("@smithy/smithy-client").CommandImpl< GetInsightSelectorsCommandInput, GetInsightSelectorsCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( ...[input]: [] | [GetInsightSelectorsCommandInput] ): import("@smithy/smithy-client").CommandImpl< GetInsightSelectorsCommandInput, GetInsightSelectorsCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class GetInsightSelectorsCommand extends GetInsightSelectorsCommand_base { protected static __types: { api: { input: GetInsightSelectorsRequest; output: GetInsightSelectorsResponse; }; sdk: { input: GetInsightSelectorsCommandInput; output: GetInsightSelectorsCommandOutput; }; }; }