/** * @fileoverview Enforces use of `nothing` constant over empty templates * @author James Garbutt */ import { Rule } from 'eslint'; export declare const rule: Rule.RuleModule;