import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DetectKeyPhrasesRequest, DetectKeyPhrasesResponse } from "../models/models_0"; export { __MetadataBearer }; export interface DetectKeyPhrasesCommandInput extends DetectKeyPhrasesRequest {} export interface DetectKeyPhrasesCommandOutput extends DetectKeyPhrasesResponse, __MetadataBearer {} declare const DetectKeyPhrasesCommand_base: { new ( input: DetectKeyPhrasesCommandInput, ): import("@smithy/core/client").CommandImpl< DetectKeyPhrasesCommandInput, DetectKeyPhrasesCommandOutput, import("..").ComprehendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DetectKeyPhrasesCommandInput, ): import("@smithy/core/client").CommandImpl< DetectKeyPhrasesCommandInput, DetectKeyPhrasesCommandOutput, import("..").ComprehendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DetectKeyPhrasesCommand extends DetectKeyPhrasesCommand_base { protected static __types: { api: { input: DetectKeyPhrasesRequest; output: DetectKeyPhrasesResponse; }; sdk: { input: DetectKeyPhrasesCommandInput; output: DetectKeyPhrasesCommandOutput; }; }; }