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