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