import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateEntityRecognizerRequest, CreateEntityRecognizerResponse } from "../models/models_0"; export { __MetadataBearer }; export interface CreateEntityRecognizerCommandInput extends CreateEntityRecognizerRequest {} export interface CreateEntityRecognizerCommandOutput extends CreateEntityRecognizerResponse, __MetadataBearer {} declare const CreateEntityRecognizerCommand_base: { new ( input: CreateEntityRecognizerCommandInput, ): import("@smithy/core/client").CommandImpl< CreateEntityRecognizerCommandInput, CreateEntityRecognizerCommandOutput, import("..").ComprehendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateEntityRecognizerCommandInput, ): import("@smithy/core/client").CommandImpl< CreateEntityRecognizerCommandInput, CreateEntityRecognizerCommandOutput, import("..").ComprehendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateEntityRecognizerCommand extends CreateEntityRecognizerCommand_base { protected static __types: { api: { input: CreateEntityRecognizerRequest; output: CreateEntityRecognizerResponse; }; sdk: { input: CreateEntityRecognizerCommandInput; output: CreateEntityRecognizerCommandOutput; }; }; }