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