import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { StartDominantLanguageDetectionJobRequest, StartDominantLanguageDetectionJobResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface StartDominantLanguageDetectionJobCommandInput extends StartDominantLanguageDetectionJobRequest {} export interface StartDominantLanguageDetectionJobCommandOutput extends StartDominantLanguageDetectionJobResponse, __MetadataBearer {} declare const StartDominantLanguageDetectionJobCommand_base: { new ( input: StartDominantLanguageDetectionJobCommandInput, ): import("@smithy/core/client").CommandImpl< StartDominantLanguageDetectionJobCommandInput, StartDominantLanguageDetectionJobCommandOutput, import("..").ComprehendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: StartDominantLanguageDetectionJobCommandInput, ): import("@smithy/core/client").CommandImpl< StartDominantLanguageDetectionJobCommandInput, StartDominantLanguageDetectionJobCommandOutput, import("..").ComprehendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class StartDominantLanguageDetectionJobCommand extends StartDominantLanguageDetectionJobCommand_base { protected static __types: { api: { input: StartDominantLanguageDetectionJobRequest; output: StartDominantLanguageDetectionJobResponse; }; sdk: { input: StartDominantLanguageDetectionJobCommandInput; output: StartDominantLanguageDetectionJobCommandOutput; }; }; }