/** * Matcher for language * @module */ import { Condition, ProfileAttributes } from '../../../models'; declare const _default: { fieldsNeeded: string[]; match: (value: ProfileAttributes, cond: Condition) => boolean; }; export default _default;