import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { StopTrainingEntityRecognizerRequest, StopTrainingEntityRecognizerResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface StopTrainingEntityRecognizerCommandInput extends StopTrainingEntityRecognizerRequest {} export interface StopTrainingEntityRecognizerCommandOutput extends StopTrainingEntityRecognizerResponse, __MetadataBearer {} declare const StopTrainingEntityRecognizerCommand_base: { new ( input: StopTrainingEntityRecognizerCommandInput, ): import("@smithy/core/client").CommandImpl< StopTrainingEntityRecognizerCommandInput, StopTrainingEntityRecognizerCommandOutput, import("..").ComprehendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: StopTrainingEntityRecognizerCommandInput, ): import("@smithy/core/client").CommandImpl< StopTrainingEntityRecognizerCommandInput, StopTrainingEntityRecognizerCommandOutput, import("..").ComprehendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class StopTrainingEntityRecognizerCommand extends StopTrainingEntityRecognizerCommand_base { protected static __types: { api: { input: StopTrainingEntityRecognizerRequest; output: {}; }; sdk: { input: StopTrainingEntityRecognizerCommandInput; output: StopTrainingEntityRecognizerCommandOutput; }; }; }