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