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