import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteEntityRecognizerRequest, DeleteEntityRecognizerResponse } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteEntityRecognizerCommandInput extends DeleteEntityRecognizerRequest {} export interface DeleteEntityRecognizerCommandOutput extends DeleteEntityRecognizerResponse, __MetadataBearer {} declare const DeleteEntityRecognizerCommand_base: { new ( input: DeleteEntityRecognizerCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteEntityRecognizerCommandInput, DeleteEntityRecognizerCommandOutput, import("..").ComprehendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteEntityRecognizerCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteEntityRecognizerCommandInput, DeleteEntityRecognizerCommandOutput, import("..").ComprehendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteEntityRecognizerCommand extends DeleteEntityRecognizerCommand_base { protected static __types: { api: { input: DeleteEntityRecognizerRequest; output: {}; }; sdk: { input: DeleteEntityRecognizerCommandInput; output: DeleteEntityRecognizerCommandOutput; }; }; }