import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { StartKeyPhrasesDetectionJobRequest, StartKeyPhrasesDetectionJobResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface StartKeyPhrasesDetectionJobCommandInput extends StartKeyPhrasesDetectionJobRequest {} export interface StartKeyPhrasesDetectionJobCommandOutput extends StartKeyPhrasesDetectionJobResponse, __MetadataBearer {} declare const StartKeyPhrasesDetectionJobCommand_base: { new ( input: StartKeyPhrasesDetectionJobCommandInput, ): import("@smithy/core/client").CommandImpl< StartKeyPhrasesDetectionJobCommandInput, StartKeyPhrasesDetectionJobCommandOutput, import("..").ComprehendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: StartKeyPhrasesDetectionJobCommandInput, ): import("@smithy/core/client").CommandImpl< StartKeyPhrasesDetectionJobCommandInput, StartKeyPhrasesDetectionJobCommandOutput, import("..").ComprehendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class StartKeyPhrasesDetectionJobCommand extends StartKeyPhrasesDetectionJobCommand_base { protected static __types: { api: { input: StartKeyPhrasesDetectionJobRequest; output: StartKeyPhrasesDetectionJobResponse; }; sdk: { input: StartKeyPhrasesDetectionJobCommandInput; output: StartKeyPhrasesDetectionJobCommandOutput; }; }; }