import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../ChimeClient"; import { PutEventsConfigurationRequest, PutEventsConfigurationResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface PutEventsConfigurationCommandInput extends PutEventsConfigurationRequest {} export interface PutEventsConfigurationCommandOutput extends PutEventsConfigurationResponse, __MetadataBearer {} declare const PutEventsConfigurationCommand_base: { new ( input: PutEventsConfigurationCommandInput ): import("@smithy/core/client").CommandImpl< PutEventsConfigurationCommandInput, PutEventsConfigurationCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: PutEventsConfigurationCommandInput ): import("@smithy/core/client").CommandImpl< PutEventsConfigurationCommandInput, PutEventsConfigurationCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class PutEventsConfigurationCommand extends PutEventsConfigurationCommand_base { protected static __types: { api: { input: PutEventsConfigurationRequest; output: PutEventsConfigurationResponse; }; sdk: { input: PutEventsConfigurationCommandInput; output: PutEventsConfigurationCommandOutput; }; }; }