/** * @fileoverview Disallows property changes in the `update` lifecycle method * @author James Garbutt */ import { Rule } from 'eslint'; export declare const rule: Rule.RuleModule;