import { IRule } from '../interfaces'; export default function (rule: IRule, defined: Map, scope: Map): IRule;