import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DetectSentimentRequest, DetectSentimentResponse } from "../models/models_0"; export { __MetadataBearer }; export interface DetectSentimentCommandInput extends DetectSentimentRequest {} export interface DetectSentimentCommandOutput extends DetectSentimentResponse, __MetadataBearer {} declare const DetectSentimentCommand_base: { new ( input: DetectSentimentCommandInput, ): import("@smithy/core/client").CommandImpl< DetectSentimentCommandInput, DetectSentimentCommandOutput, import("..").ComprehendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DetectSentimentCommandInput, ): import("@smithy/core/client").CommandImpl< DetectSentimentCommandInput, DetectSentimentCommandOutput, import("..").ComprehendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DetectSentimentCommand extends DetectSentimentCommand_base { protected static __types: { api: { input: DetectSentimentRequest; output: DetectSentimentResponse; }; sdk: { input: DetectSentimentCommandInput; output: DetectSentimentCommandOutput; }; }; }