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