export declare class VehicleLicenseAlarmResult { private 'detect_blocking_within_border_result'?; private 'detect_border_integrity_result'?; constructor(); withDetectBlockingWithinBorderResult(detectBlockingWithinBorderResult: boolean): VehicleLicenseAlarmResult; set detectBlockingWithinBorderResult(detectBlockingWithinBorderResult: boolean | undefined); get detectBlockingWithinBorderResult(): boolean | undefined; withDetectBorderIntegrityResult(detectBorderIntegrityResult: boolean): VehicleLicenseAlarmResult; set detectBorderIntegrityResult(detectBorderIntegrityResult: boolean | undefined); get detectBorderIntegrityResult(): boolean | undefined; } //# sourceMappingURL=VehicleLicenseAlarmResult.d.ts.map