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