import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteEntityTypeRequest, DeleteEntityTypeResult } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteEntityTypeCommandInput extends DeleteEntityTypeRequest {} export interface DeleteEntityTypeCommandOutput extends DeleteEntityTypeResult, __MetadataBearer {} declare const DeleteEntityTypeCommand_base: { new ( input: DeleteEntityTypeCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteEntityTypeCommandInput, DeleteEntityTypeCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteEntityTypeCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteEntityTypeCommandInput, DeleteEntityTypeCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteEntityTypeCommand extends DeleteEntityTypeCommand_base { protected static __types: { api: { input: DeleteEntityTypeRequest; output: {}; }; sdk: { input: DeleteEntityTypeCommandInput; output: DeleteEntityTypeCommandOutput; }; }; }