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