import { Rule } from '../Rule'; /** * The ImageMatchingRule class extends the Rule Class. * * At present it does not add any new methods or attributes * @type {ImageMatchingRule} */ HP.ImageMatchingRule = class ImageMatchingRule extends Rule {};