import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { BatchDetectSentimentRequest, BatchDetectSentimentResponse } from "../models/models_0"; export { __MetadataBearer }; export interface BatchDetectSentimentCommandInput extends BatchDetectSentimentRequest {} export interface BatchDetectSentimentCommandOutput extends BatchDetectSentimentResponse, __MetadataBearer {} declare const BatchDetectSentimentCommand_base: { new ( input: BatchDetectSentimentCommandInput, ): import("@smithy/core/client").CommandImpl< BatchDetectSentimentCommandInput, BatchDetectSentimentCommandOutput, import("..").ComprehendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: BatchDetectSentimentCommandInput, ): import("@smithy/core/client").CommandImpl< BatchDetectSentimentCommandInput, BatchDetectSentimentCommandOutput, import("..").ComprehendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class BatchDetectSentimentCommand extends BatchDetectSentimentCommand_base { protected static __types: { api: { input: BatchDetectSentimentRequest; output: BatchDetectSentimentResponse; }; sdk: { input: BatchDetectSentimentCommandInput; output: BatchDetectSentimentCommandOutput; }; }; }