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