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