import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DetectTargetedSentimentRequest, DetectTargetedSentimentResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface DetectTargetedSentimentCommandInput extends DetectTargetedSentimentRequest {} export interface DetectTargetedSentimentCommandOutput extends DetectTargetedSentimentResponse, __MetadataBearer {} declare const DetectTargetedSentimentCommand_base: { new ( input: DetectTargetedSentimentCommandInput, ): import("@smithy/core/client").CommandImpl< DetectTargetedSentimentCommandInput, DetectTargetedSentimentCommandOutput, import("..").ComprehendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DetectTargetedSentimentCommandInput, ): import("@smithy/core/client").CommandImpl< DetectTargetedSentimentCommandInput, DetectTargetedSentimentCommandOutput, import("..").ComprehendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DetectTargetedSentimentCommand extends DetectTargetedSentimentCommand_base { protected static __types: { api: { input: DetectTargetedSentimentRequest; output: DetectTargetedSentimentResponse; }; sdk: { input: DetectTargetedSentimentCommandInput; output: DetectTargetedSentimentCommandOutput; }; }; }