/** * @fileoverview Disallows assignments to members of `this` in render methods * @author James Garbutt */ import { Rule } from 'eslint'; export declare const rule: Rule.RuleModule;