export interface RuleConfig { customRules: Function[]; conditionalExpression?: string | Function; }