import { Condition, ProfileAttributes } from '../../../models'; /** * @type ConditionMatcher */ declare const _default: { fieldsNeeded: string[]; /** * @param {Object} value * @param {Condition} cond * @return {Boolean} */ match: (value: ProfileAttributes, cond: Condition) => boolean; }; export default _default;