import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { BatchDetectKeyPhrasesRequest, BatchDetectKeyPhrasesResponse } from "../models/models_0"; export { __MetadataBearer }; export interface BatchDetectKeyPhrasesCommandInput extends BatchDetectKeyPhrasesRequest {} export interface BatchDetectKeyPhrasesCommandOutput extends BatchDetectKeyPhrasesResponse, __MetadataBearer {} declare const BatchDetectKeyPhrasesCommand_base: { new ( input: BatchDetectKeyPhrasesCommandInput, ): import("@smithy/core/client").CommandImpl< BatchDetectKeyPhrasesCommandInput, BatchDetectKeyPhrasesCommandOutput, import("..").ComprehendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: BatchDetectKeyPhrasesCommandInput, ): import("@smithy/core/client").CommandImpl< BatchDetectKeyPhrasesCommandInput, BatchDetectKeyPhrasesCommandOutput, import("..").ComprehendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class BatchDetectKeyPhrasesCommand extends BatchDetectKeyPhrasesCommand_base { protected static __types: { api: { input: BatchDetectKeyPhrasesRequest; output: BatchDetectKeyPhrasesResponse; }; sdk: { input: BatchDetectKeyPhrasesCommandInput; output: BatchDetectKeyPhrasesCommandOutput; }; }; }