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