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