import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DescribeSentimentDetectionJobRequest, DescribeSentimentDetectionJobResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface DescribeSentimentDetectionJobCommandInput extends DescribeSentimentDetectionJobRequest {} export interface DescribeSentimentDetectionJobCommandOutput extends DescribeSentimentDetectionJobResponse, __MetadataBearer {} declare const DescribeSentimentDetectionJobCommand_base: { new ( input: DescribeSentimentDetectionJobCommandInput, ): import("@smithy/core/client").CommandImpl< DescribeSentimentDetectionJobCommandInput, DescribeSentimentDetectionJobCommandOutput, import("..").ComprehendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DescribeSentimentDetectionJobCommandInput, ): import("@smithy/core/client").CommandImpl< DescribeSentimentDetectionJobCommandInput, DescribeSentimentDetectionJobCommandOutput, import("..").ComprehendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DescribeSentimentDetectionJobCommand extends DescribeSentimentDetectionJobCommand_base { protected static __types: { api: { input: DescribeSentimentDetectionJobRequest; output: DescribeSentimentDetectionJobResponse; }; sdk: { input: DescribeSentimentDetectionJobCommandInput; output: DescribeSentimentDetectionJobCommandOutput; }; }; }