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