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