import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ClassifyDocumentRequest, ClassifyDocumentResponse } from "../models/models_0"; export { __MetadataBearer }; export interface ClassifyDocumentCommandInput extends ClassifyDocumentRequest {} export interface ClassifyDocumentCommandOutput extends ClassifyDocumentResponse, __MetadataBearer {} declare const ClassifyDocumentCommand_base: { new ( input: ClassifyDocumentCommandInput, ): import("@smithy/core/client").CommandImpl< ClassifyDocumentCommandInput, ClassifyDocumentCommandOutput, import("..").ComprehendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: ClassifyDocumentCommandInput, ): import("@smithy/core/client").CommandImpl< ClassifyDocumentCommandInput, ClassifyDocumentCommandOutput, import("..").ComprehendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class ClassifyDocumentCommand extends ClassifyDocumentCommand_base { protected static __types: { api: { input: ClassifyDocumentRequest; output: ClassifyDocumentResponse; }; sdk: { input: ClassifyDocumentCommandInput; output: ClassifyDocumentCommandOutput; }; }; }