import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { StartSentimentDetectionJobRequest, StartSentimentDetectionJobResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface StartSentimentDetectionJobCommandInput extends StartSentimentDetectionJobRequest {} export interface StartSentimentDetectionJobCommandOutput extends StartSentimentDetectionJobResponse, __MetadataBearer {} declare const StartSentimentDetectionJobCommand_base: { new ( input: StartSentimentDetectionJobCommandInput, ): import("@smithy/core/client").CommandImpl< StartSentimentDetectionJobCommandInput, StartSentimentDetectionJobCommandOutput, import("..").ComprehendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: StartSentimentDetectionJobCommandInput, ): import("@smithy/core/client").CommandImpl< StartSentimentDetectionJobCommandInput, StartSentimentDetectionJobCommandOutput, import("..").ComprehendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class StartSentimentDetectionJobCommand extends StartSentimentDetectionJobCommand_base { protected static __types: { api: { input: StartSentimentDetectionJobRequest; output: StartSentimentDetectionJobResponse; }; sdk: { input: StartSentimentDetectionJobCommandInput; output: StartSentimentDetectionJobCommandOutput; }; }; }