/** * @fileoverview Enforces the presence or absence of quotes around expressions * @author James Garbutt */ import { Rule } from 'eslint'; export declare const rule: Rule.RuleModule;