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