import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { BatchDetectSyntaxRequest, BatchDetectSyntaxResponse } from "../models/models_0"; export { __MetadataBearer }; export interface BatchDetectSyntaxCommandInput extends BatchDetectSyntaxRequest {} export interface BatchDetectSyntaxCommandOutput extends BatchDetectSyntaxResponse, __MetadataBearer {} declare const BatchDetectSyntaxCommand_base: { new ( input: BatchDetectSyntaxCommandInput, ): import("@smithy/core/client").CommandImpl< BatchDetectSyntaxCommandInput, BatchDetectSyntaxCommandOutput, import("..").ComprehendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: BatchDetectSyntaxCommandInput, ): import("@smithy/core/client").CommandImpl< BatchDetectSyntaxCommandInput, BatchDetectSyntaxCommandOutput, import("..").ComprehendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class BatchDetectSyntaxCommand extends BatchDetectSyntaxCommand_base { protected static __types: { api: { input: BatchDetectSyntaxRequest; output: BatchDetectSyntaxResponse; }; sdk: { input: BatchDetectSyntaxCommandInput; output: BatchDetectSyntaxCommandOutput; }; }; }