/** * @fileoverview Disallows usages of "non-public" property bindings * @author Michael Stramel */ import { Rule } from 'eslint'; export declare const rule: Rule.RuleModule;