/** * @fileoverview Enforces calling `super` in lifecycle methods * @author James Garbutt */ import { Rule } from 'eslint'; export declare const rule: Rule.RuleModule;