import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DescribeKeyPhrasesDetectionJobRequest, DescribeKeyPhrasesDetectionJobResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface DescribeKeyPhrasesDetectionJobCommandInput extends DescribeKeyPhrasesDetectionJobRequest {} export interface DescribeKeyPhrasesDetectionJobCommandOutput extends DescribeKeyPhrasesDetectionJobResponse, __MetadataBearer {} declare const DescribeKeyPhrasesDetectionJobCommand_base: { new ( input: DescribeKeyPhrasesDetectionJobCommandInput, ): import("@smithy/core/client").CommandImpl< DescribeKeyPhrasesDetectionJobCommandInput, DescribeKeyPhrasesDetectionJobCommandOutput, import("..").ComprehendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DescribeKeyPhrasesDetectionJobCommandInput, ): import("@smithy/core/client").CommandImpl< DescribeKeyPhrasesDetectionJobCommandInput, DescribeKeyPhrasesDetectionJobCommandOutput, import("..").ComprehendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DescribeKeyPhrasesDetectionJobCommand extends DescribeKeyPhrasesDetectionJobCommand_base { protected static __types: { api: { input: DescribeKeyPhrasesDetectionJobRequest; output: DescribeKeyPhrasesDetectionJobResponse; }; sdk: { input: DescribeKeyPhrasesDetectionJobCommandInput; output: DescribeKeyPhrasesDetectionJobCommandOutput; }; }; }