import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { BatchDetectEntitiesRequest, BatchDetectEntitiesResponse } from "../models/models_0"; export { __MetadataBearer }; export interface BatchDetectEntitiesCommandInput extends BatchDetectEntitiesRequest {} export interface BatchDetectEntitiesCommandOutput extends BatchDetectEntitiesResponse, __MetadataBearer {} declare const BatchDetectEntitiesCommand_base: { new ( input: BatchDetectEntitiesCommandInput, ): import("@smithy/core/client").CommandImpl< BatchDetectEntitiesCommandInput, BatchDetectEntitiesCommandOutput, import("..").ComprehendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: BatchDetectEntitiesCommandInput, ): import("@smithy/core/client").CommandImpl< BatchDetectEntitiesCommandInput, BatchDetectEntitiesCommandOutput, import("..").ComprehendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class BatchDetectEntitiesCommand extends BatchDetectEntitiesCommand_base { protected static __types: { api: { input: BatchDetectEntitiesRequest; output: BatchDetectEntitiesResponse; }; sdk: { input: BatchDetectEntitiesCommandInput; output: BatchDetectEntitiesCommandOutput; }; }; }