blob: 2250af32539843eb6f621798fdf93c044bbf501c [file]
/**
* @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;