import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DescribeTargetedSentimentDetectionJobRequest, DescribeTargetedSentimentDetectionJobResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface DescribeTargetedSentimentDetectionJobCommandInput extends DescribeTargetedSentimentDetectionJobRequest {} export interface DescribeTargetedSentimentDetectionJobCommandOutput extends DescribeTargetedSentimentDetectionJobResponse, __MetadataBearer {} declare const DescribeTargetedSentimentDetectionJobCommand_base: { new ( input: DescribeTargetedSentimentDetectionJobCommandInput, ): import("@smithy/core/client").CommandImpl< DescribeTargetedSentimentDetectionJobCommandInput, DescribeTargetedSentimentDetectionJobCommandOutput, import("..").ComprehendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DescribeTargetedSentimentDetectionJobCommandInput, ): import("@smithy/core/client").CommandImpl< DescribeTargetedSentimentDetectionJobCommandInput, DescribeTargetedSentimentDetectionJobCommandOutput, import("..").ComprehendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DescribeTargetedSentimentDetectionJobCommand extends DescribeTargetedSentimentDetectionJobCommand_base { protected static __types: { api: { input: DescribeTargetedSentimentDetectionJobRequest; output: DescribeTargetedSentimentDetectionJobResponse; }; sdk: { input: DescribeTargetedSentimentDetectionJobCommandInput; output: DescribeTargetedSentimentDetectionJobCommandOutput; }; }; }