import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteEventTypeRequest, DeleteEventTypeResult } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteEventTypeCommandInput extends DeleteEventTypeRequest {} export interface DeleteEventTypeCommandOutput extends DeleteEventTypeResult, __MetadataBearer {} declare const DeleteEventTypeCommand_base: { new ( input: DeleteEventTypeCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteEventTypeCommandInput, DeleteEventTypeCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteEventTypeCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteEventTypeCommandInput, DeleteEventTypeCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteEventTypeCommand extends DeleteEventTypeCommand_base { protected static __types: { api: { input: DeleteEventTypeRequest; output: {}; }; sdk: { input: DeleteEventTypeCommandInput; output: DeleteEventTypeCommandOutput; }; }; }