export declare class PcrTestRecordRequestBody { image?: string; url?: string; private 'detect_direction'?; constructor(); withImage(image: string): PcrTestRecordRequestBody; withUrl(url: string): PcrTestRecordRequestBody; withDetectDirection(detectDirection: boolean): PcrTestRecordRequestBody; set detectDirection(detectDirection: boolean | undefined); get detectDirection(): boolean | undefined; } //# sourceMappingURL=PcrTestRecordRequestBody.d.ts.map