import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteEventsByEventTypeRequest, DeleteEventsByEventTypeResult } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteEventsByEventTypeCommandInput extends DeleteEventsByEventTypeRequest {} export interface DeleteEventsByEventTypeCommandOutput extends DeleteEventsByEventTypeResult, __MetadataBearer {} declare const DeleteEventsByEventTypeCommand_base: { new ( input: DeleteEventsByEventTypeCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteEventsByEventTypeCommandInput, DeleteEventsByEventTypeCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteEventsByEventTypeCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteEventsByEventTypeCommandInput, DeleteEventsByEventTypeCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteEventsByEventTypeCommand extends DeleteEventsByEventTypeCommand_base { protected static __types: { api: { input: DeleteEventsByEventTypeRequest; output: DeleteEventsByEventTypeResult; }; sdk: { input: DeleteEventsByEventTypeCommandInput; output: DeleteEventsByEventTypeCommandOutput; }; }; }