The import { RuleBuilder } from '@usex/rule-engine-builder'; does not work in Typescript:
Could not find a declaration file for module '@usex/rule-engine-builder'. '.../node_modules/@usex/rule-engine-builder/dist/index.js' implicitly has an 'any' type.
Try `npm i --save-dev @types/usex__rule-engine-builder` if it exists or add a new declaration (.d.ts) file containing `declare module '@usex/rule-engine-builder';`