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