/**
 * @fileoverview Disallows properties shadowed as class fields
 * @author Michel Langeveld <https://github.com/michellangeveld>
 */
import { Rule } from 'eslint';
export declare const rule: Rule.RuleModule;
