import type * as lodash from 'lodash'; export declare namespace _ { const add: typeof lodash.add; const after: typeof lodash.after; const ary: typeof lodash.ary; const assign: typeof lodash.assign; const assignIn: typeof lodash.assignIn; const assignInWith: typeof lodash.assignInWith; const assignWith: typeof lodash.assignWith; const at: typeof lodash.at; const attempt: typeof lodash.attempt; const before: typeof lodash.before; const bind: typeof lodash.bind; const bindAll: typeof lodash.bindAll; const bindKey: typeof lodash.bindKey; const camelCase: typeof lodash.camelCase; const capitalize: typeof lodash.capitalize; const castArray: typeof lodash.castArray; const ceil: typeof lodash.ceil; const chain: typeof lodash.chain; const chunk: typeof lodash.chunk; const clamp: typeof lodash.clamp; const clone: typeof lodash.clone; const cloneDeep: typeof lodash.cloneDeep; const cloneDeepWith: typeof lodash.cloneDeepWith; const cloneWith: typeof lodash.cloneWith; const compact: typeof lodash.compact; const concat: typeof lodash.concat; const cond: typeof lodash.cond; const conforms: typeof lodash.conforms; const conformsTo: typeof lodash.conformsTo; const constant: typeof lodash.constant; const countBy: typeof lodash.countBy; const create: typeof lodash.create; const curry: typeof lodash.curry; const curryRight: typeof lodash.curryRight; const debounce: typeof lodash.debounce; const deburr: typeof lodash.deburr; const defaultTo: typeof lodash.defaultTo; const defaults: typeof lodash.defaults; const defaultsDeep: typeof lodash.defaultsDeep; const defer: typeof lodash.defer; const delay: typeof lodash.delay; const difference: typeof lodash.difference; const differenceBy: typeof lodash.differenceBy; const differenceWith: typeof lodash.differenceWith; const divide: typeof lodash.divide; const drop: typeof lodash.drop; const dropRight: typeof lodash.dropRight; const dropRightWhile: typeof lodash.dropRightWhile; const dropWhile: typeof lodash.dropWhile; const each: typeof lodash.each; const eachRight: typeof lodash.eachRight; const endsWith: typeof lodash.endsWith; const entries: typeof lodash.entries; const entriesIn: typeof lodash.entriesIn; const eq: typeof lodash.eq; const escape: typeof lodash.escape; const escapeRegExp: typeof lodash.escapeRegExp; const every: typeof lodash.every; const extend: typeof lodash.extend; const extendWith: typeof lodash.extendWith; const fill: typeof lodash.fill; const filter: typeof lodash.filter; const find: typeof lodash.find; const findIndex: typeof lodash.findIndex; const findKey: typeof lodash.findKey; const findLast: typeof lodash.findLast; const findLastIndex: typeof lodash.findLastIndex; const findLastKey: typeof lodash.findLastKey; const first: typeof lodash.first; const flatMap: typeof lodash.flatMap; const flatMapDeep: typeof lodash.flatMapDeep; const flatMapDepth: typeof lodash.flatMapDepth; const flatten: typeof lodash.flatten; const flattenDeep: typeof lodash.flattenDeep; const flattenDepth: typeof lodash.flattenDepth; const flip: typeof lodash.flip; const floor: typeof lodash.floor; const flow: typeof lodash.flow; const flowRight: typeof lodash.flowRight; const forEach: typeof lodash.forEach; const forEachRight: typeof lodash.forEachRight; const forIn: typeof lodash.forIn; const forInRight: typeof lodash.forInRight; const forOwn: typeof lodash.forOwn; const forOwnRight: typeof lodash.forOwnRight; const fromPairs: typeof lodash.fromPairs; const functions: typeof lodash.functions; const functionsIn: typeof lodash.functionsIn; const get: typeof lodash.get; const groupBy: typeof lodash.groupBy; const gt: typeof lodash.gt; const gte: typeof lodash.gte; const has: typeof lodash.has; const hasIn: typeof lodash.hasIn; const head: typeof lodash.head; const identity: typeof lodash.identity; const inRange: typeof lodash.inRange; const includes: typeof lodash.includes; const indexOf: typeof lodash.indexOf; const initial: typeof lodash.initial; const intersection: typeof lodash.intersection; const intersectionBy: typeof lodash.intersectionBy; const intersectionWith: typeof lodash.intersectionWith; const invert: typeof lodash.invert; const invertBy: typeof lodash.invertBy; const invoke: typeof lodash.invoke; const invokeMap: typeof lodash.invokeMap; const isArguments: typeof lodash.isArguments; const isArray: typeof lodash.isArray; const isArrayBuffer: typeof lodash.isArrayBuffer; const isArrayLike: typeof lodash.isArrayLike; const isArrayLikeObject: typeof lodash.isArrayLikeObject; const isBoolean: typeof lodash.isBoolean; const isBuffer: typeof lodash.isBuffer; const isDate: typeof lodash.isDate; const isElement: typeof lodash.isElement; const isEmpty: typeof lodash.isEmpty; const isEqual: typeof lodash.isEqual; const isEqualWith: typeof lodash.isEqualWith; const isError: typeof lodash.isError; const isFinite: typeof lodash.isFinite; const isFunction: typeof lodash.isFunction; const isInteger: typeof lodash.isInteger; const isLength: typeof lodash.isLength; const isMap: typeof lodash.isMap; const isMatch: typeof lodash.isMatch; const isMatchWith: typeof lodash.isMatchWith; const isNaN: typeof lodash.isNaN; const isNative: typeof lodash.isNative; const isNil: typeof lodash.isNil; const isNull: typeof lodash.isNull; const isNumber: typeof lodash.isNumber; const isObject: typeof lodash.isObject; const isObjectLike: typeof lodash.isObjectLike; const isPlainObject: typeof lodash.isPlainObject; const isRegExp: typeof lodash.isRegExp; const isSafeInteger: typeof lodash.isSafeInteger; const isSet: typeof lodash.isSet; const isString: typeof lodash.isString; const isSymbol: typeof lodash.isSymbol; const isTypedArray: typeof lodash.isTypedArray; const isUndefined: typeof lodash.isUndefined; const isWeakMap: typeof lodash.isWeakMap; const isWeakSet: typeof lodash.isWeakSet; const iteratee: typeof lodash.iteratee; const join: typeof lodash.join; const kebabCase: typeof lodash.kebabCase; const keyBy: typeof lodash.keyBy; const keys: typeof lodash.keys; const keysIn: typeof lodash.keysIn; const last: typeof lodash.last; const lastIndexOf: typeof lodash.lastIndexOf; const lowerCase: typeof lodash.lowerCase; const lowerFirst: typeof lodash.lowerFirst; const lt: typeof lodash.lt; const lte: typeof lodash.lte; const map: typeof lodash.map; const mapKeys: typeof lodash.mapKeys; const mapValues: typeof lodash.mapValues; const matches: typeof lodash.matches; const matchesProperty: typeof lodash.matchesProperty; const max: typeof lodash.max; const maxBy: typeof lodash.maxBy; const mean: typeof lodash.mean; const meanBy: typeof lodash.meanBy; const memoize: typeof lodash.memoize; const merge: typeof lodash.merge; const mergeWith: typeof lodash.mergeWith; const method: typeof lodash.method; const methodOf: typeof lodash.methodOf; const min: typeof lodash.min; const minBy: typeof lodash.minBy; const mixin: typeof lodash.mixin; const multiply: typeof lodash.multiply; const negate: typeof lodash.negate; const noop: typeof lodash.noop; const now: typeof lodash.now; const nth: typeof lodash.nth; const nthArg: typeof lodash.nthArg; const omit: typeof lodash.omit; const omitBy: typeof lodash.omitBy; const once: typeof lodash.once; const orderBy: typeof lodash.orderBy; const over: typeof lodash.over; const overArgs: typeof lodash.overArgs; const overEvery: typeof lodash.overEvery; const overSome: typeof lodash.overSome; const pad: typeof lodash.pad; const padEnd: typeof lodash.padEnd; const padStart: typeof lodash.padStart; const parseInt: typeof lodash.parseInt; const partial: typeof lodash.partial; const partialRight: typeof lodash.partialRight; const partition: typeof lodash.partition; const pick: typeof lodash.pick; const pickBy: typeof lodash.pickBy; const property: typeof lodash.property; const propertyOf: typeof lodash.propertyOf; const pull: typeof lodash.pull; const pullAll: typeof lodash.pullAll; const pullAllBy: typeof lodash.pullAllBy; const pullAllWith: typeof lodash.pullAllWith; const pullAt: typeof lodash.pullAt; const random: typeof lodash.random; const range: typeof lodash.range; const rangeRight: typeof lodash.rangeRight; const rearg: typeof lodash.rearg; const reduce: typeof lodash.reduce; const reduceRight: typeof lodash.reduceRight; const reject: typeof lodash.reject; const remove: typeof lodash.remove; const repeat: typeof lodash.repeat; const replace: typeof lodash.replace; const rest: typeof lodash.rest; const result: typeof lodash.result; const reverse: typeof lodash.reverse; const round: typeof lodash.round; const sample: typeof lodash.sample; const sampleSize: typeof lodash.sampleSize; const set: typeof lodash.set; const setWith: typeof lodash.setWith; const shuffle: typeof lodash.shuffle; const size: typeof lodash.size; const slice: typeof lodash.slice; const snakeCase: typeof lodash.snakeCase; const some: typeof lodash.some; const sortBy: typeof lodash.sortBy; const sortedIndex: typeof lodash.sortedIndex; const sortedIndexBy: typeof lodash.sortedIndexBy; const sortedIndexOf: typeof lodash.sortedIndexOf; const sortedLastIndex: typeof lodash.sortedLastIndex; const sortedLastIndexBy: typeof lodash.sortedLastIndexBy; const sortedLastIndexOf: typeof lodash.sortedLastIndexOf; const sortedUniq: typeof lodash.sortedUniq; const sortedUniqBy: typeof lodash.sortedUniqBy; const split: typeof lodash.split; const spread: typeof lodash.spread; const startCase: typeof lodash.startCase; const startsWith: typeof lodash.startsWith; const stubArray: typeof lodash.stubArray; const stubFalse: typeof lodash.stubFalse; const stubObject: typeof lodash.stubObject; const stubString: typeof lodash.stubString; const stubTrue: typeof lodash.stubTrue; const subtract: typeof lodash.subtract; const sum: typeof lodash.sum; const sumBy: typeof lodash.sumBy; const tail: typeof lodash.tail; const take: typeof lodash.take; const takeRight: typeof lodash.takeRight; const takeRightWhile: typeof lodash.takeRightWhile; const takeWhile: typeof lodash.takeWhile; const tap: typeof lodash.tap; const template: typeof lodash.template; const templateSettings: typeof lodash.templateSettings; const throttle: typeof lodash.throttle; const thru: typeof lodash.thru; const times: typeof lodash.times; const toArray: typeof lodash.toArray; const toFinite: typeof lodash.toFinite; const toInteger: typeof lodash.toInteger; const toLength: typeof lodash.toLength; const toLower: typeof lodash.toLower; const toNumber: typeof lodash.toNumber; const toPairs: typeof lodash.toPairs; const toPairsIn: typeof lodash.toPairsIn; const toPath: typeof lodash.toPath; const toPlainObject: typeof lodash.toPlainObject; const toSafeInteger: typeof lodash.toSafeInteger; const toString: typeof lodash.toString; const toUpper: typeof lodash.toUpper; const transform: typeof lodash.transform; const trim: typeof lodash.trim; const trimEnd: typeof lodash.trimEnd; const trimStart: typeof lodash.trimStart; const truncate: typeof lodash.truncate; const unary: typeof lodash.unary; const unescape: typeof lodash.unescape; const union: typeof lodash.union; const unionBy: typeof lodash.unionBy; const unionWith: typeof lodash.unionWith; const uniq: typeof lodash.uniq; const uniqBy: typeof lodash.uniqBy; const uniqWith: typeof lodash.uniqWith; const uniqueId: typeof lodash.uniqueId; const unset: typeof lodash.unset; const unzip: typeof lodash.unzip; const unzipWith: typeof lodash.unzipWith; const update: typeof lodash.update; const updateWith: typeof lodash.updateWith; const upperCase: typeof lodash.upperCase; const upperFirst: typeof lodash.upperFirst; const values: typeof lodash.values; const valuesIn: typeof lodash.valuesIn; const without: typeof lodash.without; const words: typeof lodash.words; const wrap: typeof lodash.wrap; const xor: typeof lodash.xor; const xorBy: typeof lodash.xorBy; const xorWith: typeof lodash.xorWith; const zip: typeof lodash.zip; const zipObject: typeof lodash.zipObject; const zipObjectDeep: typeof lodash.zipObjectDeep; const zipWith: typeof lodash.zipWith; }