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