import { SmartDocumentRecognizerRequestBody } from './SmartDocumentRecognizerRequestBody'; export declare class RecognizeSmartDocumentRecognizerRequest { private 'Enterprise-Project-Id'?; body?: SmartDocumentRecognizerRequestBody; constructor(); withEnterpriseProjectId(enterpriseProjectId: string): RecognizeSmartDocumentRecognizerRequest; set enterpriseProjectId(enterpriseProjectId: string | undefined); get enterpriseProjectId(): string | undefined; withBody(body: SmartDocumentRecognizerRequestBody): RecognizeSmartDocumentRecognizerRequest; } //# sourceMappingURL=RecognizeSmartDocumentRecognizerRequest.d.ts.map