import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DetectEntitiesRequest, DetectEntitiesResponse } from "../models/models_0"; export { __MetadataBearer }; export interface DetectEntitiesCommandInput extends DetectEntitiesRequest {} export interface DetectEntitiesCommandOutput extends DetectEntitiesResponse, __MetadataBearer {} declare const DetectEntitiesCommand_base: { new ( input: DetectEntitiesCommandInput, ): import("@smithy/core/client").CommandImpl< DetectEntitiesCommandInput, DetectEntitiesCommandOutput, import("..").ComprehendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( ...[input]: [] | [DetectEntitiesCommandInput] ): import("@smithy/core/client").CommandImpl< DetectEntitiesCommandInput, DetectEntitiesCommandOutput, import("..").ComprehendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DetectEntitiesCommand extends DetectEntitiesCommand_base { protected static __types: { api: { input: DetectEntitiesRequest; output: DetectEntitiesResponse; }; sdk: { input: DetectEntitiesCommandInput; output: DetectEntitiesCommandOutput; }; }; }