import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { StartTargetedSentimentDetectionJobRequest, StartTargetedSentimentDetectionJobResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface StartTargetedSentimentDetectionJobCommandInput extends StartTargetedSentimentDetectionJobRequest {} export interface StartTargetedSentimentDetectionJobCommandOutput extends StartTargetedSentimentDetectionJobResponse, __MetadataBearer {} declare const StartTargetedSentimentDetectionJobCommand_base: { new ( input: StartTargetedSentimentDetectionJobCommandInput, ): import("@smithy/core/client").CommandImpl< StartTargetedSentimentDetectionJobCommandInput, StartTargetedSentimentDetectionJobCommandOutput, import("..").ComprehendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: StartTargetedSentimentDetectionJobCommandInput, ): import("@smithy/core/client").CommandImpl< StartTargetedSentimentDetectionJobCommandInput, StartTargetedSentimentDetectionJobCommandOutput, import("..").ComprehendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class StartTargetedSentimentDetectionJobCommand extends StartTargetedSentimentDetectionJobCommand_base { protected static __types: { api: { input: StartTargetedSentimentDetectionJobRequest; output: StartTargetedSentimentDetectionJobResponse; }; sdk: { input: StartTargetedSentimentDetectionJobCommandInput; output: StartTargetedSentimentDetectionJobCommandOutput; }; }; }