/** * @fileoverview Enforces that `value` is bound on an input after constraints * @author James Garbutt */ import { Rule } from 'eslint'; export declare const rule: Rule.RuleModule;