import type * as lodash from 'lodash'; export declare const ___NS__add: typeof lodash.add; export declare const ___NS__after: typeof lodash.after; export declare const ___NS__ary: typeof lodash.ary; export declare const ___NS__assign: typeof lodash.assign; export declare const ___NS__assignIn: typeof lodash.assignIn; export declare const ___NS__assignInWith: typeof lodash.assignInWith; export declare const ___NS__assignWith: typeof lodash.assignWith; export declare const ___NS__at: typeof lodash.at; export declare const ___NS__attempt: typeof lodash.attempt; export declare const ___NS__before: typeof lodash.before; export declare const ___NS__bind: typeof lodash.bind; export declare const ___NS__bindAll: typeof lodash.bindAll; export declare const ___NS__bindKey: typeof lodash.bindKey; export declare const ___NS__camelCase: typeof lodash.camelCase; export declare const ___NS__capitalize: typeof lodash.capitalize; export declare const ___NS__castArray: typeof lodash.castArray; export declare const ___NS__ceil: typeof lodash.ceil; export declare const ___NS__chain: typeof lodash.chain; export declare const ___NS__chunk: typeof lodash.chunk; export declare const ___NS__clamp: typeof lodash.clamp; export declare const ___NS__clone: typeof lodash.clone; export declare const ___NS__cloneDeep: typeof lodash.cloneDeep; export declare const ___NS__cloneDeepWith: typeof lodash.cloneDeepWith; export declare const ___NS__cloneWith: typeof lodash.cloneWith; export declare const ___NS__compact: typeof lodash.compact; export declare const ___NS__concat: typeof lodash.concat; export declare const ___NS__cond: typeof lodash.cond; export declare const ___NS__conforms: typeof lodash.conforms; export declare const ___NS__conformsTo: typeof lodash.conformsTo; export declare const ___NS__constant: typeof lodash.constant; export declare const ___NS__countBy: typeof lodash.countBy; export declare const ___NS__create: typeof lodash.create; export declare const ___NS__curry: typeof lodash.curry; export declare const ___NS__curryRight: typeof lodash.curryRight; export declare const ___NS__debounce: typeof lodash.debounce; export declare const ___NS__deburr: typeof lodash.deburr; export declare const ___NS__defaultTo: typeof lodash.defaultTo; export declare const ___NS__defaults: typeof lodash.defaults; export declare const ___NS__defaultsDeep: typeof lodash.defaultsDeep; export declare const ___NS__defer: typeof lodash.defer; export declare const ___NS__delay: typeof lodash.delay; export declare const ___NS__difference: typeof lodash.difference; export declare const ___NS__differenceBy: typeof lodash.differenceBy; export declare const ___NS__differenceWith: typeof lodash.differenceWith; export declare const ___NS__divide: typeof lodash.divide; export declare const ___NS__drop: typeof lodash.drop; export declare const ___NS__dropRight: typeof lodash.dropRight; export declare const ___NS__dropRightWhile: typeof lodash.dropRightWhile; export declare const ___NS__dropWhile: typeof lodash.dropWhile; export declare const ___NS__each: typeof lodash.each; export declare const ___NS__eachRight: typeof lodash.eachRight; export declare const ___NS__endsWith: typeof lodash.endsWith; export declare const ___NS__entries: typeof lodash.entries; export declare const ___NS__entriesIn: typeof lodash.entriesIn; export declare const ___NS__eq: typeof lodash.eq; export declare const ___NS__escape: typeof lodash.escape; export declare const ___NS__escapeRegExp: typeof lodash.escapeRegExp; export declare const ___NS__every: typeof lodash.every; export declare const ___NS__extend: typeof lodash.extend; export declare const ___NS__extendWith: typeof lodash.extendWith; export declare const ___NS__fill: typeof lodash.fill; export declare const ___NS__filter: typeof lodash.filter; export declare const ___NS__find: typeof lodash.find; export declare const ___NS__findIndex: typeof lodash.findIndex; export declare const ___NS__findKey: typeof lodash.findKey; export declare const ___NS__findLast: typeof lodash.findLast; export declare const ___NS__findLastIndex: typeof lodash.findLastIndex; export declare const ___NS__findLastKey: typeof lodash.findLastKey; export declare const ___NS__first: typeof lodash.first; export declare const ___NS__flatMap: typeof lodash.flatMap; export declare const ___NS__flatMapDeep: typeof lodash.flatMapDeep; export declare const ___NS__flatMapDepth: typeof lodash.flatMapDepth; export declare const ___NS__flatten: typeof lodash.flatten; export declare const ___NS__flattenDeep: typeof lodash.flattenDeep; export declare const ___NS__flattenDepth: typeof lodash.flattenDepth; export declare const ___NS__flip: typeof lodash.flip; export declare const ___NS__floor: typeof lodash.floor; export declare const ___NS__flow: typeof lodash.flow; export declare const ___NS__flowRight: typeof lodash.flowRight; export declare const ___NS__forEach: typeof lodash.forEach; export declare const ___NS__forEachRight: typeof lodash.forEachRight; export declare const ___NS__forIn: typeof lodash.forIn; export declare const ___NS__forInRight: typeof lodash.forInRight; export declare const ___NS__forOwn: typeof lodash.forOwn; export declare const ___NS__forOwnRight: typeof lodash.forOwnRight; export declare const ___NS__fromPairs: typeof lodash.fromPairs; export declare const ___NS__functions: typeof lodash.functions; export declare const ___NS__functionsIn: typeof lodash.functionsIn; export declare const ___NS__get: typeof lodash.get; export declare const ___NS__groupBy: typeof lodash.groupBy; export declare const ___NS__gt: typeof lodash.gt; export declare const ___NS__gte: typeof lodash.gte; export declare const ___NS__has: typeof lodash.has; export declare const ___NS__hasIn: typeof lodash.hasIn; export declare const ___NS__head: typeof lodash.head; export declare const ___NS__identity: typeof lodash.identity; export declare const ___NS__inRange: typeof lodash.inRange; export declare const ___NS__includes: typeof lodash.includes; export declare const ___NS__indexOf: typeof lodash.indexOf; export declare const ___NS__initial: typeof lodash.initial; export declare const ___NS__intersection: typeof lodash.intersection; export declare const ___NS__intersectionBy: typeof lodash.intersectionBy; export declare const ___NS__intersectionWith: typeof lodash.intersectionWith; export declare const ___NS__invert: typeof lodash.invert; export declare const ___NS__invertBy: typeof lodash.invertBy; export declare const ___NS__invoke: typeof lodash.invoke; export declare const ___NS__invokeMap: typeof lodash.invokeMap; export declare const ___NS__isArguments: typeof lodash.isArguments; export declare const ___NS__isArray: typeof lodash.isArray; export declare const ___NS__isArrayBuffer: typeof lodash.isArrayBuffer; export declare const ___NS__isArrayLike: typeof lodash.isArrayLike; export declare const ___NS__isArrayLikeObject: typeof lodash.isArrayLikeObject; export declare const ___NS__isBoolean: typeof lodash.isBoolean; export declare const ___NS__isBuffer: typeof lodash.isBuffer; export declare const ___NS__isDate: typeof lodash.isDate; export declare const ___NS__isElement: typeof lodash.isElement; export declare const ___NS__isEmpty: typeof lodash.isEmpty; export declare const ___NS__isEqual: typeof lodash.isEqual; export declare const ___NS__isEqualWith: typeof lodash.isEqualWith; export declare const ___NS__isError: typeof lodash.isError; export declare const ___NS__isFinite: typeof lodash.isFinite; export declare const ___NS__isFunction: typeof lodash.isFunction; export declare const ___NS__isInteger: typeof lodash.isInteger; export declare const ___NS__isLength: typeof lodash.isLength; export declare const ___NS__isMap: typeof lodash.isMap; export declare const ___NS__isMatch: typeof lodash.isMatch; export declare const ___NS__isMatchWith: typeof lodash.isMatchWith; export declare const ___NS__isNaN: typeof lodash.isNaN; export declare const ___NS__isNative: typeof lodash.isNative; export declare const ___NS__isNil: typeof lodash.isNil; export declare const ___NS__isNull: typeof lodash.isNull; export declare const ___NS__isNumber: typeof lodash.isNumber; export declare const ___NS__isObject: typeof lodash.isObject; export declare const ___NS__isObjectLike: typeof lodash.isObjectLike; export declare const ___NS__isPlainObject: typeof lodash.isPlainObject; export declare const ___NS__isRegExp: typeof lodash.isRegExp; export declare const ___NS__isSafeInteger: typeof lodash.isSafeInteger; export declare const ___NS__isSet: typeof lodash.isSet; export declare const ___NS__isString: typeof lodash.isString; export declare const ___NS__isSymbol: typeof lodash.isSymbol; export declare const ___NS__isTypedArray: typeof lodash.isTypedArray; export declare const ___NS__isUndefined: typeof lodash.isUndefined; export declare const ___NS__isWeakMap: typeof lodash.isWeakMap; export declare const ___NS__isWeakSet: typeof lodash.isWeakSet; export declare const ___NS__iteratee: typeof lodash.iteratee; export declare const ___NS__join: typeof lodash.join; export declare const ___NS__kebabCase: typeof lodash.kebabCase; export declare const ___NS__keyBy: typeof lodash.keyBy; export declare const ___NS__keys: typeof lodash.keys; export declare const ___NS__keysIn: typeof lodash.keysIn; export declare const ___NS__last: typeof lodash.last; export declare const ___NS__lastIndexOf: typeof lodash.lastIndexOf; export declare const ___NS__lowerCase: typeof lodash.lowerCase; export declare const ___NS__lowerFirst: typeof lodash.lowerFirst; export declare const ___NS__lt: typeof lodash.lt; export declare const ___NS__lte: typeof lodash.lte; export declare const ___NS__map: typeof lodash.map; export declare const ___NS__mapKeys: typeof lodash.mapKeys; export declare const ___NS__mapValues: typeof lodash.mapValues; export declare const ___NS__matches: typeof lodash.matches; export declare const ___NS__matchesProperty: typeof lodash.matchesProperty; export declare const ___NS__max: typeof lodash.max; export declare const ___NS__maxBy: typeof lodash.maxBy; export declare const ___NS__mean: typeof lodash.mean; export declare const ___NS__meanBy: typeof lodash.meanBy; export declare const ___NS__memoize: typeof lodash.memoize; export declare const ___NS__merge: typeof lodash.merge; export declare const ___NS__mergeWith: typeof lodash.mergeWith; export declare const ___NS__method: typeof lodash.method; export declare const ___NS__methodOf: typeof lodash.methodOf; export declare const ___NS__min: typeof lodash.min; export declare const ___NS__minBy: typeof lodash.minBy; export declare const ___NS__mixin: typeof lodash.mixin; export declare const ___NS__multiply: typeof lodash.multiply; export declare const ___NS__negate: typeof lodash.negate; export declare const ___NS__noop: typeof lodash.noop; export declare const ___NS__now: typeof lodash.now; export declare const ___NS__nth: typeof lodash.nth; export declare const ___NS__nthArg: typeof lodash.nthArg; export declare const ___NS__omit: typeof lodash.omit; export declare const ___NS__omitBy: typeof lodash.omitBy; export declare const ___NS__once: typeof lodash.once; export declare const ___NS__orderBy: typeof lodash.orderBy; export declare const ___NS__over: typeof lodash.over; export declare const ___NS__overArgs: typeof lodash.overArgs; export declare const ___NS__overEvery: typeof lodash.overEvery; export declare const ___NS__overSome: typeof lodash.overSome; export declare const ___NS__pad: typeof lodash.pad; export declare const ___NS__padEnd: typeof lodash.padEnd; export declare const ___NS__padStart: typeof lodash.padStart; export declare const ___NS__parseInt: typeof lodash.parseInt; export declare const ___NS__partial: typeof lodash.partial; export declare const ___NS__partialRight: typeof lodash.partialRight; export declare const ___NS__partition: typeof lodash.partition; export declare const ___NS__pick: typeof lodash.pick; export declare const ___NS__pickBy: typeof lodash.pickBy; export declare const ___NS__property: typeof lodash.property; export declare const ___NS__propertyOf: typeof lodash.propertyOf; export declare const ___NS__pull: typeof lodash.pull; export declare const ___NS__pullAll: typeof lodash.pullAll; export declare const ___NS__pullAllBy: typeof lodash.pullAllBy; export declare const ___NS__pullAllWith: typeof lodash.pullAllWith; export declare const ___NS__pullAt: typeof lodash.pullAt; export declare const ___NS__random: typeof lodash.random; export declare const ___NS__range: typeof lodash.range; export declare const ___NS__rangeRight: typeof lodash.rangeRight; export declare const ___NS__rearg: typeof lodash.rearg; export declare const ___NS__reduce: typeof lodash.reduce; export declare const ___NS__reduceRight: typeof lodash.reduceRight; export declare const ___NS__reject: typeof lodash.reject; export declare const ___NS__remove: typeof lodash.remove; export declare const ___NS__repeat: typeof lodash.repeat; export declare const ___NS__replace: typeof lodash.replace; export declare const ___NS__rest: typeof lodash.rest; export declare const ___NS__result: typeof lodash.result; export declare const ___NS__reverse: typeof lodash.reverse; export declare const ___NS__round: typeof lodash.round; export declare const ___NS__sample: typeof lodash.sample; export declare const ___NS__sampleSize: typeof lodash.sampleSize; export declare const ___NS__set: typeof lodash.set; export declare const ___NS__setWith: typeof lodash.setWith; export declare const ___NS__shuffle: typeof lodash.shuffle; export declare const ___NS__size: typeof lodash.size; export declare const ___NS__slice: typeof lodash.slice; export declare const ___NS__snakeCase: typeof lodash.snakeCase; export declare const ___NS__some: typeof lodash.some; export declare const ___NS__sortBy: typeof lodash.sortBy; export declare const ___NS__sortedIndex: typeof lodash.sortedIndex; export declare const ___NS__sortedIndexBy: typeof lodash.sortedIndexBy; export declare const ___NS__sortedIndexOf: typeof lodash.sortedIndexOf; export declare const ___NS__sortedLastIndex: typeof lodash.sortedLastIndex; export declare const ___NS__sortedLastIndexBy: typeof lodash.sortedLastIndexBy; export declare const ___NS__sortedLastIndexOf: typeof lodash.sortedLastIndexOf; export declare const ___NS__sortedUniq: typeof lodash.sortedUniq; export declare const ___NS__sortedUniqBy: typeof lodash.sortedUniqBy; export declare const ___NS__split: typeof lodash.split; export declare const ___NS__spread: typeof lodash.spread; export declare const ___NS__startCase: typeof lodash.startCase; export declare const ___NS__startsWith: typeof lodash.startsWith; export declare const ___NS__stubArray: typeof lodash.stubArray; export declare const ___NS__stubFalse: typeof lodash.stubFalse; export declare const ___NS__stubObject: typeof lodash.stubObject; export declare const ___NS__stubString: typeof lodash.stubString; export declare const ___NS__stubTrue: typeof lodash.stubTrue; export declare const ___NS__subtract: typeof lodash.subtract; export declare const ___NS__sum: typeof lodash.sum; export declare const ___NS__sumBy: typeof lodash.sumBy; export declare const ___NS__tail: typeof lodash.tail; export declare const ___NS__take: typeof lodash.take; export declare const ___NS__takeRight: typeof lodash.takeRight; export declare const ___NS__takeRightWhile: typeof lodash.takeRightWhile; export declare const ___NS__takeWhile: typeof lodash.takeWhile; export declare const ___NS__tap: typeof lodash.tap; export declare const ___NS__template: typeof lodash.template; export declare const ___NS__templateSettings: typeof lodash.templateSettings; export declare const ___NS__throttle: typeof lodash.throttle; export declare const ___NS__thru: typeof lodash.thru; export declare const ___NS__times: typeof lodash.times; export declare const ___NS__toArray: typeof lodash.toArray; export declare const ___NS__toFinite: typeof lodash.toFinite; export declare const ___NS__toInteger: typeof lodash.toInteger; export declare const ___NS__toLength: typeof lodash.toLength; export declare const ___NS__toLower: typeof lodash.toLower; export declare const ___NS__toNumber: typeof lodash.toNumber; export declare const ___NS__toPairs: typeof lodash.toPairs; export declare const ___NS__toPairsIn: typeof lodash.toPairsIn; export declare const ___NS__toPath: typeof lodash.toPath; export declare const ___NS__toPlainObject: typeof lodash.toPlainObject; export declare const ___NS__toSafeInteger: typeof lodash.toSafeInteger; export declare const ___NS__toString: typeof lodash.toString; export declare const ___NS__toUpper: typeof lodash.toUpper; export declare const ___NS__transform: typeof lodash.transform; export declare const ___NS__trim: typeof lodash.trim; export declare const ___NS__trimEnd: typeof lodash.trimEnd; export declare const ___NS__trimStart: typeof lodash.trimStart; export declare const ___NS__truncate: typeof lodash.truncate; export declare const ___NS__unary: typeof lodash.unary; export declare const ___NS__unescape: typeof lodash.unescape; export declare const ___NS__union: typeof lodash.union; export declare const ___NS__unionBy: typeof lodash.unionBy; export declare const ___NS__unionWith: typeof lodash.unionWith; export declare const ___NS__uniq: typeof lodash.uniq; export declare const ___NS__uniqBy: typeof lodash.uniqBy; export declare const ___NS__uniqWith: typeof lodash.uniqWith; export declare const ___NS__uniqueId: typeof lodash.uniqueId; export declare const ___NS__unset: typeof lodash.unset; export declare const ___NS__unzip: typeof lodash.unzip; export declare const ___NS__unzipWith: typeof lodash.unzipWith; export declare const ___NS__update: typeof lodash.update; export declare const ___NS__updateWith: typeof lodash.updateWith; export declare const ___NS__upperCase: typeof lodash.upperCase; export declare const ___NS__upperFirst: typeof lodash.upperFirst; export declare const ___NS__values: typeof lodash.values; export declare const ___NS__valuesIn: typeof lodash.valuesIn; export declare const ___NS__without: typeof lodash.without; export declare const ___NS__words: typeof lodash.words; export declare const ___NS__wrap: typeof lodash.wrap; export declare const ___NS__xor: typeof lodash.xor; export declare const ___NS__xorBy: typeof lodash.xorBy; export declare const ___NS__xorWith: typeof lodash.xorWith; export declare const ___NS__zip: typeof lodash.zip; export declare const ___NS__zipObject: typeof lodash.zipObject; export declare const ___NS__zipObjectDeep: typeof lodash.zipObjectDeep; export declare const ___NS__zipWith: typeof lodash.zipWith;