import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { BatchDetectTargetedSentimentRequest, BatchDetectTargetedSentimentResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface BatchDetectTargetedSentimentCommandInput extends BatchDetectTargetedSentimentRequest {} export interface BatchDetectTargetedSentimentCommandOutput extends BatchDetectTargetedSentimentResponse, __MetadataBearer {} declare const BatchDetectTargetedSentimentCommand_base: { new ( input: BatchDetectTargetedSentimentCommandInput, ): import("@smithy/core/client").CommandImpl< BatchDetectTargetedSentimentCommandInput, BatchDetectTargetedSentimentCommandOutput, import("..").ComprehendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: BatchDetectTargetedSentimentCommandInput, ): import("@smithy/core/client").CommandImpl< BatchDetectTargetedSentimentCommandInput, BatchDetectTargetedSentimentCommandOutput, import("..").ComprehendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class BatchDetectTargetedSentimentCommand extends BatchDetectTargetedSentimentCommand_base { protected static __types: { api: { input: BatchDetectTargetedSentimentRequest; output: BatchDetectTargetedSentimentResponse; }; sdk: { input: BatchDetectTargetedSentimentCommandInput; output: BatchDetectTargetedSentimentCommandOutput; }; }; }