import type { Rule } from 'eslint'; declare const noZeroUnitRule: Rule.RuleModule; export default noZeroUnitRule;