// AUTO-GENERATED: do not modify this file directly. // If you need to make changes, modify generate-fp.ts (if necessary), then open a terminal in types/lodash/scripts, and do: // npm install && npm run generate import lodash = require("./index"); export = _; declare const _: _.LoDashFp; declare namespace _ { interface LodashAdd { (augend: number): LodashAdd1x1; (augend: lodash.__, addend: number): LodashAdd1x2; (augend: number, addend: number): number; } type LodashAdd1x1 = (addend: number) => number; type LodashAdd1x2 = (augend: number) => number; interface LodashAfter { any>(func: TFunc): LodashAfter1x1; (func: lodash.__, n: number): LodashAfter1x2; any>(func: TFunc, n: number): TFunc; } type LodashAfter1x1 any> = (n: number) => TFunc; type LodashAfter1x2 = any>(func: TFunc) => TFunc; interface LodashEvery { (predicate: lodash.ValueIterateeCustom): LodashEvery1x1; (predicate: lodash.__, collection: lodash.List | null | undefined): LodashEvery1x2; (predicate: lodash.ValueIterateeCustom, collection: lodash.List | null | undefined): boolean; (predicate: lodash.__, collection: T | null | undefined): LodashEvery2x2; (predicate: lodash.ValueIterateeCustom, collection: T | null | undefined): boolean; } type LodashEvery1x1 = (collection: lodash.List | object | null | undefined) => boolean; type LodashEvery1x2 = (predicate: lodash.ValueIterateeCustom) => boolean; type LodashEvery2x2 = (predicate: lodash.ValueIterateeCustom) => boolean; type LodashOverEvery = (predicates: lodash.Many<(...args: T[]) => boolean>) => (...args: T[]) => boolean; type LodashConstant = (value: T) => () => T; interface LodashSome { (predicate: lodash.ValueIterateeCustom): LodashSome1x1; (predicate: lodash.__, collection: lodash.List | null | undefined): LodashSome1x2; (predicate: lodash.ValueIterateeCustom, collection: lodash.List | null | undefined): boolean; (predicate: lodash.__, collection: T | null | undefined): LodashSome2x2; (predicate: lodash.ValueIterateeCustom, collection: T | null | undefined): boolean; } type LodashSome1x1 = (collection: lodash.List | object | null | undefined) => boolean; type LodashSome1x2 = (predicate: lodash.ValueIterateeCustom) => boolean; type LodashSome2x2 = (predicate: lodash.ValueIterateeCustom) => boolean; type LodashOverSome = (predicates: lodash.Many<(...args: T[]) => boolean>) => (...args: T[]) => boolean; type LodashApply = (func: (...args: any[]) => TResult) => (...args: any[]) => TResult; interface LodashAry { (n: number): LodashAry1x1; (n: lodash.__, func: (...args: any[]) => any): LodashAry1x2; (n: number, func: (...args: any[]) => any): (...args: any[]) => any; } type LodashAry1x1 = (func: (...args: any[]) => any) => (...args: any[]) => any; type LodashAry1x2 = (n: number) => (...args: any[]) => any; interface LodashAssign { (object: TObject): LodashAssign1x1; (object: lodash.__, source: TSource): LodashAssign1x2; (object: TObject, source: TSource): TObject & TSource; } type LodashAssign1x1 = (source: TSource) => TObject & TSource; type LodashAssign1x2 = (object: TObject) => TObject & TSource; interface LodashAssignAll { (object: [TObject, TSource]): TObject & TSource; (object: [TObject, TSource1, TSource2]): TObject & TSource1 & TSource2; (object: [TObject, TSource1, TSource2, TSource3]): TObject & TSource1 & TSource2 & TSource3; (object: [TObject, TSource1, TSource2, TSource3, TSource4]): TObject & TSource1 & TSource2 & TSource3 & TSource4; (object: [TObject]): TObject; (object: ReadonlyArray): any; } interface LodashAssignAllWith { (customizer: lodash.AssignCustomizer): LodashAssignAllWith1x1; (customizer: lodash.__, args: ReadonlyArray): LodashAssignAllWith1x2; (customizer: lodash.AssignCustomizer, args: ReadonlyArray): any; } type LodashAssignAllWith1x1 = (args: ReadonlyArray) => any; type LodashAssignAllWith1x2 = (customizer: lodash.AssignCustomizer) => any; interface LodashAssignIn { (object: TObject): LodashAssignIn1x1; (object: lodash.__, source: TSource): LodashAssignIn1x2; (object: TObject, source: TSource): TObject & TSource; } type LodashAssignIn1x1 = (source: TSource) => TObject & TSource; type LodashAssignIn1x2 = (object: TObject) => TObject & TSource; interface LodashAssignInAll { (object: [TObject, TSource]): TObject & TSource; (object: [TObject, TSource1, TSource2]): TObject & TSource1 & TSource2; (object: [TObject, TSource1, TSource2, TSource3]): TObject & TSource1 & TSource2 & TSource3; (object: [TObject, TSource1, TSource2, TSource3, TSource4]): TObject & TSource1 & TSource2 & TSource3 & TSource4; (object: [TObject]): TObject; (object: ReadonlyArray): TResult; } interface LodashAssignInAllWith { (customizer: lodash.AssignCustomizer): LodashAssignInAllWith1x1; (customizer: lodash.__, args: ReadonlyArray): LodashAssignInAllWith1x2; (customizer: lodash.AssignCustomizer, args: ReadonlyArray): any; } type LodashAssignInAllWith1x1 = (args: ReadonlyArray) => any; type LodashAssignInAllWith1x2 = (customizer: lodash.AssignCustomizer) => any; interface LodashAssignInWith { (customizer: lodash.AssignCustomizer): LodashAssignInWith1x1; (customizer: lodash.__, object: TObject): LodashAssignInWith1x2; (customizer: lodash.AssignCustomizer, object: TObject): LodashAssignInWith1x3; (customizer: lodash.__, object: lodash.__, source: TSource): LodashAssignInWith1x4; (customizer: lodash.AssignCustomizer, object: lodash.__, source: TSource): LodashAssignInWith1x5; (customizer: lodash.__, object: TObject, source: TSource): LodashAssignInWith1x6; (customizer: lodash.AssignCustomizer, object: TObject, source: TSource): TObject & TSource; } interface LodashAssignInWith1x1 { (object: TObject): LodashAssignInWith1x3; (object: lodash.__, source: TSource): LodashAssignInWith1x5; (object: TObject, source: TSource): TObject & TSource; } interface LodashAssignInWith1x2 { (customizer: lodash.AssignCustomizer): LodashAssignInWith1x3; (customizer: lodash.__, source: TSource): LodashAssignInWith1x6; (customizer: lodash.AssignCustomizer, source: TSource): TObject & TSource; } type LodashAssignInWith1x3 = (source: TSource) => TObject & TSource; interface LodashAssignInWith1x4 { (customizer: lodash.AssignCustomizer): LodashAssignInWith1x5; (customizer: lodash.__, object: TObject): LodashAssignInWith1x6; (customizer: lodash.AssignCustomizer, object: TObject): TObject & TSource; } type LodashAssignInWith1x5 = (object: TObject) => TObject & TSource; type LodashAssignInWith1x6 = (customizer: lodash.AssignCustomizer) => TObject & TSource; interface LodashAssignWith { (customizer: lodash.AssignCustomizer): LodashAssignWith1x1; (customizer: lodash.__, object: TObject): LodashAssignWith1x2; (customizer: lodash.AssignCustomizer, object: TObject): LodashAssignWith1x3; (customizer: lodash.__, object: lodash.__, source: TSource): LodashAssignWith1x4; (customizer: lodash.AssignCustomizer, object: lodash.__, source: TSource): LodashAssignWith1x5; (customizer: lodash.__, object: TObject, source: TSource): LodashAssignWith1x6; (customizer: lodash.AssignCustomizer, object: TObject, source: TSource): TObject & TSource; } interface LodashAssignWith1x1 { (object: TObject): LodashAssignWith1x3; (object: lodash.__, source: TSource): LodashAssignWith1x5; (object: TObject, source: TSource): TObject & TSource; } interface LodashAssignWith1x2 { (customizer: lodash.AssignCustomizer): LodashAssignWith1x3; (customizer: lodash.__, source: TSource): LodashAssignWith1x6; (customizer: lodash.AssignCustomizer, source: TSource): TObject & TSource; } type LodashAssignWith1x3 = (source: TSource) => TObject & TSource; interface LodashAssignWith1x4 { (customizer: lodash.AssignCustomizer): LodashAssignWith1x5; (customizer: lodash.__, object: TObject): LodashAssignWith1x6; (customizer: lodash.AssignCustomizer, object: TObject): TObject & TSource; } type LodashAssignWith1x5 = (object: TObject) => TObject & TSource; type LodashAssignWith1x6 = (customizer: lodash.AssignCustomizer) => TObject & TSource; interface LodashSet { (path: lodash.PropertyPath): LodashSet1x1; (path: lodash.__, value: any): LodashSet1x2; (path: lodash.PropertyPath, value: any): LodashSet1x3; (path: lodash.__, value: lodash.__, object: T): LodashSet1x4; (path: lodash.PropertyPath, value: lodash.__, object: T): LodashSet1x5; (path: lodash.__, value: any, object: T): LodashSet1x6; (path: lodash.PropertyPath, value: any, object: T): T; (path: lodash.__, value: lodash.__, object: object): LodashSet2x4; (path: lodash.PropertyPath, value: lodash.__, object: object): LodashSet2x5; (path: lodash.__, value: any, object: object): LodashSet2x6; (path: lodash.PropertyPath, value: any, object: object): TResult; } interface LodashSet1x1 { (value: any): LodashSet1x3; (value: lodash.__, object: T): LodashSet1x5; (value: any, object: T): T; (value: lodash.__, object: object): LodashSet2x5; (value: any, object: object): TResult; } interface LodashSet1x2 { (path: lodash.PropertyPath): LodashSet1x3; (path: lodash.__, object: T): LodashSet1x6; (path: lodash.PropertyPath, object: T): T; (path: lodash.__, object: object): LodashSet2x6; (path: lodash.PropertyPath, object: object): TResult; } interface LodashSet1x3 { (object: T): T; (object: object): TResult; } interface LodashSet1x4 { (path: lodash.PropertyPath): LodashSet1x5; (path: lodash.__, value: any): LodashSet1x6; (path: lodash.PropertyPath, value: any): T; } type LodashSet1x5 = (value: any) => T; type LodashSet1x6 = (path: lodash.PropertyPath) => T; interface LodashSet2x4 { (path: lodash.PropertyPath): LodashSet2x5; (path: lodash.__, value: any): LodashSet2x6; (path: lodash.PropertyPath, value: any): TResult; } type LodashSet2x5 = (value: any) => TResult; type LodashSet2x6 = (path: lodash.PropertyPath) => TResult; interface LodashAt { (props: lodash.PropertyPath): LodashAt1x1; (props: lodash.__, object: lodash.Dictionary | lodash.NumericDictionary | null | undefined): LodashAt1x2; (props: lodash.PropertyPath, object: lodash.Dictionary | lodash.NumericDictionary | null | undefined): T[]; (props: lodash.Many): LodashAt2x1; (props: lodash.__, object: T | null | undefined): LodashAt2x2; (props: lodash.Many, object: T | null | undefined): Array; } type LodashAt1x1 = (object: lodash.Dictionary | lodash.NumericDictionary | null | undefined) => T[]; type LodashAt1x2 = (props: lodash.PropertyPath) => T[]; type LodashAt2x1 = (object: T | null | undefined) => Array; type LodashAt2x2 = (props: lodash.Many) => Array; type LodashAttempt = (func: (...args: any[]) => TResult) => TResult | Error; interface LodashBefore { any>(func: TFunc): LodashBefore1x1; (func: lodash.__, n: number): LodashBefore1x2; any>(func: TFunc, n: number): TFunc; } type LodashBefore1x1 any> = (n: number) => TFunc; type LodashBefore1x2 = any>(func: TFunc) => TFunc; interface LodashBind { (func: (...args: any[]) => any): LodashBind1x1; (func: lodash.__, thisArg: any): LodashBind1x2; (func: (...args: any[]) => any, thisArg: any): (...args: any[]) => any; placeholder: lodash.__; } type LodashBind1x1 = (thisArg: any) => (...args: any[]) => any; type LodashBind1x2 = (func: (...args: any[]) => any) => (...args: any[]) => any; interface LodashBindAll { (methodNames: lodash.Many): LodashBindAll1x1; (methodNames: lodash.__, object: T): LodashBindAll1x2; (methodNames: lodash.Many, object: T): T; } type LodashBindAll1x1 = (object: T) => T; type LodashBindAll1x2 = (methodNames: lodash.Many) => T; interface LodashBindKey { (object: object): LodashBindKey1x1; (object: lodash.__, key: string): LodashBindKey1x2; (object: object, key: string): (...args: any[]) => any; placeholder: lodash.__; } type LodashBindKey1x1 = (key: string) => (...args: any[]) => any; type LodashBindKey1x2 = (object: object) => (...args: any[]) => any; type LodashCamelCase = (string: string) => string; type LodashCapitalize = (string: string) => string; type LodashCastArray = (value: lodash.Many) => T[]; type LodashCeil = (n: number) => number; interface LodashChunk { (size: number): LodashChunk1x1; (size: lodash.__, array: lodash.List | null | undefined): LodashChunk1x2; (size: number, array: lodash.List | null | undefined): T[][]; } type LodashChunk1x1 = (array: lodash.List | null | undefined) => T[][]; type LodashChunk1x2 = (size: number) => T[][]; interface LodashClamp { (lower: number): LodashClamp1x1; (lower: lodash.__, upper: number): LodashClamp1x2; (lower: number, upper: number): LodashClamp1x3; (lower: lodash.__, upper: lodash.__, number: number): LodashClamp1x4; (lower: number, upper: lodash.__, number: number): LodashClamp1x5; (lower: lodash.__, upper: number, number: number): LodashClamp1x6; (lower: number, upper: number, number: number): number; } interface LodashClamp1x1 { (upper: number): LodashClamp1x3; (upper: lodash.__, number: number): LodashClamp1x5; (upper: number, number: number): number; } interface LodashClamp1x2 { (lower: number): LodashClamp1x3; (lower: lodash.__, number: number): LodashClamp1x6; (lower: number, number: number): number; } type LodashClamp1x3 = (number: number) => number; interface LodashClamp1x4 { (lower: number): LodashClamp1x5; (lower: lodash.__, upper: number): LodashClamp1x6; (lower: number, upper: number): number; } type LodashClamp1x5 = (upper: number) => number; type LodashClamp1x6 = (lower: number) => number; type LodashClone = (value: T) => T; type LodashCloneDeep = (value: T) => T; interface LodashCloneDeepWith { (customizer: lodash.CloneDeepWithCustomizer): LodashCloneDeepWith1x1; (customizer: lodash.__, value: T): LodashCloneDeepWith1x2; (customizer: lodash.CloneDeepWithCustomizer, value: T): any; } type LodashCloneDeepWith1x1 = (value: T) => any; type LodashCloneDeepWith1x2 = (customizer: lodash.CloneDeepWithCustomizer) => any; interface LodashCloneWith { (customizer: lodash.CloneWithCustomizer): LodashCloneWith1x1; (customizer: lodash.__, value: T): LodashCloneWith1x2; (customizer: lodash.CloneWithCustomizer, value: T): TResult; (customizer: lodash.CloneWithCustomizer): LodashCloneWith2x1; (customizer: lodash.CloneWithCustomizer, value: T): TResult | T; } type LodashCloneWith1x1 = (value: T) => TResult; interface LodashCloneWith1x2 { (customizer: lodash.CloneWithCustomizer): TResult; (customizer: lodash.CloneWithCustomizer): TResult | T; } type LodashCloneWith2x1 = (value: T) => TResult | T; type LodashCompact = (array: lodash.List | null | undefined) => Array>; type LodashNegate = (predicate: (...args: T) => any) => (...args: T) => boolean; interface LodashFlowRight { (f7: (a: R6) => R7, f6: (a: R5) => R6, f5: (a: R4) => R5, f4: (a: R3) => R4, f3: (a: R2) => R3, f2: (a: R1) => R2, f1: (...args: A) => R1): (...args: A) => R7; (f6: (a: R5) => R6, f5: (a: R4) => R5, f4: (a: R3) => R4, f3: (a: R2) => R3, f2: (a: R1) => R2, f1: (...args: A) => R1): (...args: A) => R6; (f5: (a: R4) => R5, f4: (a: R3) => R4, f3: (a: R2) => R3, f2: (a: R1) => R2, f1: (...args: A) => R1): (...args: A) => R5; (f4: (a: R3) => R4, f3: (a: R2) => R3, f2: (a: R1) => R2, f1: (...args: A) => R1): (...args: A) => R4; (f3: (a: R2) => R3, f2: (a: R1) => R2, f1: (...args: A) => R1): (...args: A) => R3; (f2: (a: R1) => R2, f1: (...args: A) => R1): (...args: A) => R2; (...func: Array any>>): (...args: any[]) => any; } interface LodashConcat { (array: lodash.Many): LodashConcat1x1; (array: lodash.__, values: lodash.Many): LodashConcat1x2; (array: lodash.Many, values: lodash.Many): T[]; } type LodashConcat1x1 = (values: lodash.Many) => T[]; type LodashConcat1x2 = (array: lodash.Many) => T[]; interface LodashCond { (pairs: Array>): () => R; (pairs: Array>): (Target: T) => R; } interface LodashConformsTo { (source: lodash.ConformsPredicateObject): LodashConformsTo1x1; (source: lodash.__, object: T): LodashConformsTo1x2; (source: lodash.ConformsPredicateObject, object: T): boolean; } type LodashConformsTo1x1 = (object: T) => boolean; type LodashConformsTo1x2 = (source: lodash.ConformsPredicateObject) => boolean; interface LodashContains { (target: T): LodashContains1x1; (target: lodash.__, collection: lodash.Dictionary | lodash.NumericDictionary | null | undefined): LodashContains1x2; (target: T, collection: lodash.Dictionary | lodash.NumericDictionary | null | undefined): boolean; } type LodashContains1x1 = (collection: lodash.Dictionary | lodash.NumericDictionary | null | undefined) => boolean; type LodashContains1x2 = (target: T) => boolean; interface LodashCountBy { (iteratee: lodash.ValueIteratee): LodashCountBy1x1; (iteratee: lodash.__, collection: lodash.List | null | undefined): LodashCountBy1x2; (iteratee: lodash.ValueIteratee, collection: lodash.List | null | undefined): lodash.Dictionary; (iteratee: lodash.__, collection: T | null | undefined): LodashCountBy2x2; (iteratee: lodash.ValueIteratee, collection: T | null | undefined): lodash.Dictionary; } type LodashCountBy1x1 = (collection: lodash.List | object | null | undefined) => lodash.Dictionary; type LodashCountBy1x2 = (iteratee: lodash.ValueIteratee) => lodash.Dictionary; type LodashCountBy2x2 = (iteratee: lodash.ValueIteratee) => lodash.Dictionary; type LodashCreate = (prototype: T) => T & U; interface LodashCurry { (func: (t1: T1) => R): lodash.CurriedFunction1; (func: (t1: T1, t2: T2) => R): lodash.CurriedFunction2; (func: (t1: T1, t2: T2, t3: T3) => R): lodash.CurriedFunction3; (func: (t1: T1, t2: T2, t3: T3, t4: T4) => R): lodash.CurriedFunction4; (func: (t1: T1, t2: T2, t3: T3, t4: T4, t5: T5) => R): lodash.CurriedFunction5; (func: (...args: any[]) => any): (...args: any[]) => any; placeholder: lodash.__; } interface LodashCurryN { (arity: number): LodashCurryN1x1; (arity: lodash.__, func: (t1: T1) => R): LodashCurryN1x2; (arity: number, func: (t1: T1) => R): lodash.CurriedFunction1; (arity: lodash.__, func: (t1: T1, t2: T2) => R): LodashCurryN2x2; (arity: number, func: (t1: T1, t2: T2) => R): lodash.CurriedFunction2; (arity: lodash.__, func: (t1: T1, t2: T2, t3: T3) => R): LodashCurryN3x2; (arity: number, func: (t1: T1, t2: T2, t3: T3) => R): lodash.CurriedFunction3; (arity: lodash.__, func: (t1: T1, t2: T2, t3: T3, t4: T4) => R): LodashCurryN4x2; (arity: number, func: (t1: T1, t2: T2, t3: T3, t4: T4) => R): lodash.CurriedFunction4; (arity: lodash.__, func: (t1: T1, t2: T2, t3: T3, t4: T4, t5: T5) => R): LodashCurryN5x2; (arity: number, func: (t1: T1, t2: T2, t3: T3, t4: T4, t5: T5) => R): lodash.CurriedFunction5; (arity: lodash.__, func: (...args: any[]) => any): LodashCurryN6x2; (arity: number, func: (...args: any[]) => any): (...args: any[]) => any; placeholder: lodash.__; } interface LodashCurryN1x1 { (func: (t1: T1) => R): lodash.CurriedFunction1; (func: (t1: T1, t2: T2) => R): lodash.CurriedFunction2; (func: (t1: T1, t2: T2, t3: T3) => R): lodash.CurriedFunction3; (func: (t1: T1, t2: T2, t3: T3, t4: T4) => R): lodash.CurriedFunction4; (func: (t1: T1, t2: T2, t3: T3, t4: T4, t5: T5) => R): lodash.CurriedFunction5; (func: (...args: any[]) => any): (...args: any[]) => any; } type LodashCurryN1x2 = (arity: number) => lodash.CurriedFunction1; type LodashCurryN2x2 = (arity: number) => lodash.CurriedFunction2; type LodashCurryN3x2 = (arity: number) => lodash.CurriedFunction3; type LodashCurryN4x2 = (arity: number) => lodash.CurriedFunction4; type LodashCurryN5x2 = (arity: number) => lodash.CurriedFunction5; type LodashCurryN6x2 = (arity: number) => (...args: any[]) => any; interface LodashCurryRight { (func: (t1: T1) => R): lodash.RightCurriedFunction1; (func: (t1: T1, t2: T2) => R): lodash.RightCurriedFunction2; (func: (t1: T1, t2: T2, t3: T3) => R): lodash.RightCurriedFunction3; (func: (t1: T1, t2: T2, t3: T3, t4: T4) => R): lodash.RightCurriedFunction4; (func: (t1: T1, t2: T2, t3: T3, t4: T4, t5: T5) => R): lodash.RightCurriedFunction5; (func: (...args: any[]) => any): (...args: any[]) => any; placeholder: lodash.__; } interface LodashCurryRightN { (arity: number): LodashCurryRightN1x1; (arity: lodash.__, func: (t1: T1) => R): LodashCurryRightN1x2; (arity: number, func: (t1: T1) => R): lodash.RightCurriedFunction1; (arity: lodash.__, func: (t1: T1, t2: T2) => R): LodashCurryRightN2x2; (arity: number, func: (t1: T1, t2: T2) => R): lodash.RightCurriedFunction2; (arity: lodash.__, func: (t1: T1, t2: T2, t3: T3) => R): LodashCurryRightN3x2; (arity: number, func: (t1: T1, t2: T2, t3: T3) => R): lodash.RightCurriedFunction3; (arity: lodash.__, func: (t1: T1, t2: T2, t3: T3, t4: T4) => R): LodashCurryRightN4x2; (arity: number, func: (t1: T1, t2: T2, t3: T3, t4: T4) => R): lodash.RightCurriedFunction4; (arity: lodash.__, func: (t1: T1, t2: T2, t3: T3, t4: T4, t5: T5) => R): LodashCurryRightN5x2; (arity: number, func: (t1: T1, t2: T2, t3: T3, t4: T4, t5: T5) => R): lodash.RightCurriedFunction5; (arity: lodash.__, func: (...args: any[]) => any): LodashCurryRightN6x2; (arity: number, func: (...args: any[]) => any): (...args: any[]) => any; placeholder: lodash.__; } interface LodashCurryRightN1x1 { (func: (t1: T1) => R): lodash.RightCurriedFunction1; (func: (t1: T1, t2: T2) => R): lodash.RightCurriedFunction2; (func: (t1: T1, t2: T2, t3: T3) => R): lodash.RightCurriedFunction3; (func: (t1: T1, t2: T2, t3: T3, t4: T4) => R): lodash.RightCurriedFunction4; (func: (t1: T1, t2: T2, t3: T3, t4: T4, t5: T5) => R): lodash.RightCurriedFunction5; (func: (...args: any[]) => any): (...args: any[]) => any; } type LodashCurryRightN1x2 = (arity: number) => lodash.RightCurriedFunction1; type LodashCurryRightN2x2 = (arity: number) => lodash.RightCurriedFunction2; type LodashCurryRightN3x2 = (arity: number) => lodash.RightCurriedFunction3; type LodashCurryRightN4x2 = (arity: number) => lodash.RightCurriedFunction4; type LodashCurryRightN5x2 = (arity: number) => lodash.RightCurriedFunction5; type LodashCurryRightN6x2 = (arity: number) => (...args: any[]) => any; interface LodashDebounce { (wait: number): LodashDebounce1x1; any>(wait: lodash.__, func: T): LodashDebounce1x2; any>(wait: number, func: T): lodash.DebouncedFunc; } type LodashDebounce1x1 = any>(func: T) => lodash.DebouncedFunc; type LodashDebounce1x2 any> = (wait: number) => lodash.DebouncedFunc; type LodashDeburr = (string: string) => string; interface LodashDefaults { (source: TSource): LodashDefaults1x1; (source: lodash.__, object: TObject): LodashDefaults1x2; (source: TSource, object: TObject): TSource & TObject; } type LodashDefaults1x1 = (object: TObject) => TSource & TObject; type LodashDefaults1x2 = (source: TSource) => TSource & TObject; interface LodashDefaultsAll { (object: [TObject, TSource]): TSource & TObject; (object: [TObject, TSource1, TSource2]): TSource2 & TSource1 & TObject; (object: [TObject, TSource1, TSource2, TSource3]): TSource3 & TSource2 & TSource1 & TObject; (object: [TObject, TSource1, TSource2, TSource3, TSource4]): TSource4 & TSource3 & TSource2 & TSource1 & TObject; (object: [TObject]): TObject; (object: ReadonlyArray): any; } interface LodashDefaultsDeep { (sources: any): LodashDefaultsDeep1x1; (sources: lodash.__, object: any): LodashDefaultsDeep1x2; (sources: any, object: any): any; } type LodashDefaultsDeep1x1 = (object: any) => any; type LodashDefaultsDeep1x2 = (sources: any) => any; type LodashDefaultsDeepAll = (object: ReadonlyArray) => any; interface LodashDefaultTo { (defaultValue: T): LodashDefaultTo1x1; (defaultValue: lodash.__, value: T | null | undefined): LodashDefaultTo1x2; (defaultValue: T, value: T | null | undefined): T; (defaultValue: TDefault): LodashDefaultTo2x1; (defaultValue: TDefault, value: T | null | undefined): T | TDefault; } type LodashDefaultTo1x1 = (value: T | null | undefined) => T; interface LodashDefaultTo1x2 { (defaultValue: T): T; (defaultValue: TDefault): T | TDefault; } type LodashDefaultTo2x1 = (value: T | null | undefined) => T | TDefault; type LodashDefer = (func: (...args: any[]) => any, ...args: any[]) => number; interface LodashDelay { (wait: number): LodashDelay1x1; (wait: lodash.__, func: (...args: any[]) => any): LodashDelay1x2; (wait: number, func: (...args: any[]) => any): number; } type LodashDelay1x1 = (func: (...args: any[]) => any) => number; type LodashDelay1x2 = (wait: number) => number; interface LodashDifference { (array: lodash.List | null | undefined): LodashDifference1x1; (array: lodash.__, values: lodash.List): LodashDifference1x2; (array: lodash.List | null | undefined, values: lodash.List): T[]; } type LodashDifference1x1 = (values: lodash.List) => T[]; type LodashDifference1x2 = (array: lodash.List | null | undefined) => T[]; interface LodashDifferenceBy { (iteratee: lodash.ValueIteratee): LodashDifferenceBy1x1; (iteratee: lodash.__, array: lodash.List | null | undefined): LodashDifferenceBy1x2; (iteratee: lodash.ValueIteratee, array: lodash.List | null | undefined): LodashDifferenceBy1x3; (iteratee: lodash.__, array: lodash.__, values: lodash.List): LodashDifferenceBy1x4; (iteratee: lodash.ValueIteratee, array: lodash.__, values: lodash.List): LodashDifferenceBy1x5; (iteratee: lodash.__, array: lodash.List | null | undefined, values: lodash.List): LodashDifferenceBy1x6; (iteratee: lodash.ValueIteratee, array: lodash.List | null | undefined, values: lodash.List): T1[]; } interface LodashDifferenceBy1x1 { (array: lodash.List | null | undefined): LodashDifferenceBy1x3; (array: lodash.__, values: lodash.List): LodashDifferenceBy1x5; (array: lodash.List | null | undefined, values: lodash.List): T1[]; } interface LodashDifferenceBy1x2 { (iteratee: lodash.ValueIteratee): LodashDifferenceBy1x3; (iteratee: lodash.__, values: lodash.List): LodashDifferenceBy1x6; (iteratee: lodash.ValueIteratee, values: lodash.List): T1[]; } type LodashDifferenceBy1x3 = (values: lodash.List) => T1[]; interface LodashDifferenceBy1x4 { (iteratee: lodash.ValueIteratee): LodashDifferenceBy1x5; (iteratee: lodash.__, array: lodash.List | null | undefined): LodashDifferenceBy1x6; (iteratee: lodash.ValueIteratee, array: lodash.List | null | undefined): T1[]; } type LodashDifferenceBy1x5 = (array: lodash.List | null | undefined) => T1[]; type LodashDifferenceBy1x6 = (iteratee: lodash.ValueIteratee) => T1[]; interface LodashDifferenceWith { (comparator: lodash.Comparator2): LodashDifferenceWith1x1; (comparator: lodash.__, array: lodash.List | null | undefined): LodashDifferenceWith1x2; (comparator: lodash.Comparator2, array: lodash.List | null | undefined): LodashDifferenceWith1x3; (comparator: lodash.__, array: lodash.__, values: lodash.List): LodashDifferenceWith1x4; (comparator: lodash.Comparator2, array: lodash.__, values: lodash.List): LodashDifferenceWith1x5; (comparator: lodash.__, array: lodash.List | null | undefined, values: lodash.List): LodashDifferenceWith1x6; (comparator: lodash.Comparator2, array: lodash.List | null | undefined, values: lodash.List): T1[]; } interface LodashDifferenceWith1x1 { (array: lodash.List | null | undefined): LodashDifferenceWith1x3; (array: lodash.__, values: lodash.List): LodashDifferenceWith1x5; (array: lodash.List | null | undefined, values: lodash.List): T1[]; } interface LodashDifferenceWith1x2 { (comparator: lodash.Comparator2): LodashDifferenceWith1x3; (comparator: lodash.__, values: lodash.List): LodashDifferenceWith1x6; (comparator: lodash.Comparator2, values: lodash.List): T1[]; } type LodashDifferenceWith1x3 = (values: lodash.List) => T1[]; interface LodashDifferenceWith1x4 { (comparator: lodash.Comparator2): LodashDifferenceWith1x5; (comparator: lodash.__, array: lodash.List | null | undefined): LodashDifferenceWith1x6; (comparator: lodash.Comparator2, array: lodash.List | null | undefined): T1[]; } type LodashDifferenceWith1x5 = (array: lodash.List | null | undefined) => T1[]; type LodashDifferenceWith1x6 = (comparator: lodash.Comparator2) => T1[]; interface LodashUnset { (path: lodash.PropertyPath): LodashUnset1x1; (path: lodash.__, object: T): LodashUnset1x2; (path: lodash.PropertyPath, object: T): T; } type LodashUnset1x1 = (object: T) => T; type LodashUnset1x2 = (path: lodash.PropertyPath) => T; interface LodashDivide { (dividend: number): LodashDivide1x1; (dividend: lodash.__, divisor: number): LodashDivide1x2; (dividend: number, divisor: number): number; } type LodashDivide1x1 = (divisor: number) => number; type LodashDivide1x2 = (dividend: number) => number; interface LodashDrop { (n: number): LodashDrop1x1; (n: lodash.__, array: lodash.List | null | undefined): LodashDrop1x2; (n: number, array: lodash.List | null | undefined): T[]; } type LodashDrop1x1 = (array: lodash.List | null | undefined) => T[]; type LodashDrop1x2 = (n: number) => T[]; interface LodashDropRight { (n: number): LodashDropRight1x1; (n: lodash.__, array: lodash.List | null | undefined): LodashDropRight1x2; (n: number, array: lodash.List | null | undefined): T[]; } type LodashDropRight1x1 = (array: lodash.List | null | undefined) => T[]; type LodashDropRight1x2 = (n: number) => T[]; interface LodashDropRightWhile { (predicate: lodash.ValueIteratee): LodashDropRightWhile1x1; (predicate: lodash.__, array: lodash.List | null | undefined): LodashDropRightWhile1x2; (predicate: lodash.ValueIteratee, array: lodash.List | null | undefined): T[]; } type LodashDropRightWhile1x1 = (array: lodash.List | null | undefined) => T[]; type LodashDropRightWhile1x2 = (predicate: lodash.ValueIteratee) => T[]; interface LodashDropWhile { (predicate: lodash.ValueIteratee): LodashDropWhile1x1; (predicate: lodash.__, array: lodash.List | null | undefined): LodashDropWhile1x2; (predicate: lodash.ValueIteratee, array: lodash.List | null | undefined): T[]; } type LodashDropWhile1x1 = (array: lodash.List | null | undefined) => T[]; type LodashDropWhile1x2 = (predicate: lodash.ValueIteratee) => T[]; interface LodashForEach { (iteratee: (value: T) => any): LodashForEach1x1; (iteratee: lodash.__, collection: ReadonlyArray): LodashForEach1x2; (iteratee: (value: T) => any, collection: ReadonlyArray): T[]; (iteratee: lodash.__, collection: lodash.List): LodashForEach2x2; (iteratee: (value: T) => any, collection: lodash.List): lodash.List; (iteratee: lodash.__, collection: T): LodashForEach3x2; (iteratee: (value: T[keyof T]) => any, collection: T): T; (iteratee: lodash.__, collection: TArray & (T[] | null | undefined)): LodashForEach4x2; (iteratee: (value: T) => any, collection: TArray & (T[] | null | undefined)): TArray; | null | undefined>(iteratee: lodash.__, collection: TList & (lodash.List | null | undefined)): LodashForEach5x2; | null | undefined>(iteratee: (value: T) => any, collection: TList & (lodash.List | null | undefined)): TList; (iteratee: lodash.__, collection: T | null | undefined): LodashForEach6x2; (iteratee: (value: T[keyof T]) => any, collection: T | null | undefined): T | null | undefined; } interface LodashForEach1x1 { (collection: ReadonlyArray): T[]; (collection: lodash.List): lodash.List; (collection: T1): T1; (collection: TArray & (T[] | null | undefined)): TArray; | null | undefined>(collection: TList & (lodash.List | null | undefined)): TList; (collection: T1 | null | undefined): T1 | null | undefined; } type LodashForEach1x2 = (iteratee: (value: T) => any) => T[]; type LodashForEach2x2 = (iteratee: (value: T) => any) => lodash.List; type LodashForEach3x2 = (iteratee: (value: T[keyof T]) => any) => T; type LodashForEach4x2 = (iteratee: (value: T) => any) => TArray; type LodashForEach5x2 = (iteratee: (value: T) => any) => TList; type LodashForEach6x2 = (iteratee: (value: T[keyof T]) => any) => T | null | undefined; interface LodashForEachRight { (iteratee: (value: T) => any): LodashForEachRight1x1; (iteratee: lodash.__, collection: ReadonlyArray): LodashForEachRight1x2; (iteratee: (value: T) => any, collection: ReadonlyArray): T[]; (iteratee: lodash.__, collection: lodash.List): LodashForEachRight2x2; (iteratee: (value: T) => any, collection: lodash.List): lodash.List; (iteratee: lodash.__, collection: T): LodashForEachRight3x2; (iteratee: (value: T[keyof T]) => any, collection: T): T; (iteratee: lodash.__, collection: TArray & (T[] | null | undefined)): LodashForEachRight4x2; (iteratee: (value: T) => any, collection: TArray & (T[] | null | undefined)): TArray; | null | undefined>(iteratee: lodash.__, collection: TList & (lodash.List | null | undefined)): LodashForEachRight5x2; | null | undefined>(iteratee: (value: T) => any, collection: TList & (lodash.List | null | undefined)): TList; (iteratee: lodash.__, collection: T | null | undefined): LodashForEachRight6x2; (iteratee: (value: T[keyof T]) => any, collection: T | null | undefined): T | null | undefined; } interface LodashForEachRight1x1 { (collection: ReadonlyArray): T[]; (collection: lodash.List): lodash.List; (collection: T1): T1; (collection: TArray & (T[] | null | undefined)): TArray; | null | undefined>(collection: TList & (lodash.List | null | undefined)): TList; (collection: T1 | null | undefined): T1 | null | undefined; } type LodashForEachRight1x2 = (iteratee: (value: T) => any) => T[]; type LodashForEachRight2x2 = (iteratee: (value: T) => any) => lodash.List; type LodashForEachRight3x2 = (iteratee: (value: T[keyof T]) => any) => T; type LodashForEachRight4x2 = (iteratee: (value: T) => any) => TArray; type LodashForEachRight5x2 = (iteratee: (value: T) => any) => TList; type LodashForEachRight6x2 = (iteratee: (value: T[keyof T]) => any) => T | null | undefined; interface LodashEndsWith { (target: string): LodashEndsWith1x1; (target: lodash.__, string: string): LodashEndsWith1x2; (target: string, string: string): boolean; } type LodashEndsWith1x1 = (string: string) => boolean; type LodashEndsWith1x2 = (target: string) => boolean; interface LodashToPairs { (object: lodash.Dictionary | lodash.NumericDictionary): Array<[string, T]>; (object: object): Array<[string, any]>; } interface LodashToPairsIn { (object: lodash.Dictionary | lodash.NumericDictionary): Array<[string, T]>; (object: object): Array<[string, any]>; } interface LodashEq { (value: any): LodashEq1x1; (value: lodash.__, other: any): LodashEq1x2; (value: any, other: any): boolean; } type LodashEq1x1 = (other: any) => boolean; type LodashEq1x2 = (value: any) => boolean; interface LodashIsEqual { (value: any): LodashIsEqual1x1; (value: lodash.__, other: any): LodashIsEqual1x2; (value: any, other: any): boolean; } type LodashIsEqual1x1 = (other: any) => boolean; type LodashIsEqual1x2 = (value: any) => boolean; type LodashEscape = (string: string) => string; type LodashEscapeRegExp = (string: string) => string; interface LodashExtend { (object: TObject): LodashExtend1x1; (object: lodash.__, source: TSource): LodashExtend1x2; (object: TObject, source: TSource): TObject & TSource; } type LodashExtend1x1 = (source: TSource) => TObject & TSource; type LodashExtend1x2 = (object: TObject) => TObject & TSource; interface LodashExtendAll { (object: [TObject, TSource]): TObject & TSource; (object: [TObject, TSource1, TSource2]): TObject & TSource1 & TSource2; (object: [TObject, TSource1, TSource2, TSource3]): TObject & TSource1 & TSource2 & TSource3; (object: [TObject, TSource1, TSource2, TSource3, TSource4]): TObject & TSource1 & TSource2 & TSource3 & TSource4; (object: [TObject]): TObject; (object: ReadonlyArray): TResult; } interface LodashExtendAllWith { (customizer: lodash.AssignCustomizer): LodashExtendAllWith1x1; (customizer: lodash.__, args: ReadonlyArray): LodashExtendAllWith1x2; (customizer: lodash.AssignCustomizer, args: ReadonlyArray): any; } type LodashExtendAllWith1x1 = (args: ReadonlyArray) => any; type LodashExtendAllWith1x2 = (customizer: lodash.AssignCustomizer) => any; interface LodashExtendWith { (customizer: lodash.AssignCustomizer): LodashExtendWith1x1; (customizer: lodash.__, object: TObject): LodashExtendWith1x2; (customizer: lodash.AssignCustomizer, object: TObject): LodashExtendWith1x3; (customizer: lodash.__, object: lodash.__, source: TSource): LodashExtendWith1x4; (customizer: lodash.AssignCustomizer, object: lodash.__, source: TSource): LodashExtendWith1x5; (customizer: lodash.__, object: TObject, source: TSource): LodashExtendWith1x6; (customizer: lodash.AssignCustomizer, object: TObject, source: TSource): TObject & TSource; } interface LodashExtendWith1x1 { (object: TObject): LodashExtendWith1x3; (object: lodash.__, source: TSource): LodashExtendWith1x5; (object: TObject, source: TSource): TObject & TSource; } interface LodashExtendWith1x2 { (customizer: lodash.AssignCustomizer): LodashExtendWith1x3; (customizer: lodash.__, source: TSource): LodashExtendWith1x6; (customizer: lodash.AssignCustomizer, source: TSource): TObject & TSource; } type LodashExtendWith1x3 = (source: TSource) => TObject & TSource; interface LodashExtendWith1x4 { (customizer: lodash.AssignCustomizer): LodashExtendWith1x5; (customizer: lodash.__, object: TObject): LodashExtendWith1x6; (customizer: lodash.AssignCustomizer, object: TObject): TObject & TSource; } type LodashExtendWith1x5 = (object: TObject) => TObject & TSource; type LodashExtendWith1x6 = (customizer: lodash.AssignCustomizer) => TObject & TSource; type LodashStubFalse = () => false; interface LodashFill { (start: number): LodashFill1x1; (start: lodash.__, end: number): LodashFill1x2; (start: number, end: number): LodashFill1x3; (start: lodash.__, end: lodash.__, value: T): LodashFill1x4; (start: number, end: lodash.__, value: T): LodashFill1x5; (start: lodash.__, end: number, value: T): LodashFill1x6; (start: number, end: number, value: T): LodashFill1x7; (start: lodash.__, end: lodash.__, value: lodash.__, array: U[] | null | undefined): LodashFill1x8; (start: number, end: lodash.__, value: lodash.__, array: U[] | null | undefined): LodashFill1x9; (start: lodash.__, end: number, value: lodash.__, array: U[] | null | undefined): LodashFill1x10; (start: number, end: number, value: lodash.__, array: U[] | null | undefined): LodashFill1x11; (start: lodash.__, end: lodash.__, value: T, array: U[] | null | undefined): LodashFill1x12; (start: number, end: lodash.__, value: T, array: U[] | null | undefined): LodashFill1x13; (start: lodash.__, end: number, value: T, array: U[] | null | undefined): LodashFill1x14; (start: number, end: number, value: T, array: U[] | null | undefined): Array; (start: lodash.__, end: lodash.__, value: lodash.__, array: lodash.List | null | undefined): LodashFill2x8; (start: number, end: lodash.__, value: lodash.__, array: lodash.List | null | undefined): LodashFill2x9; (start: lodash.__, end: number, value: lodash.__, array: lodash.List | null | undefined): LodashFill2x10; (start: number, end: number, value: lodash.__, array: lodash.List | null | undefined): LodashFill2x11; (start: lodash.__, end: lodash.__, value: T, array: lodash.List | null | undefined): LodashFill2x12; (start: number, end: lodash.__, value: T, array: lodash.List | null | undefined): LodashFill2x13; (start: lodash.__, end: number, value: T, array: lodash.List | null | undefined): LodashFill2x14; (start: number, end: number, value: T, array: lodash.List | null | undefined): lodash.List; } interface LodashFill1x1 { (end: number): LodashFill1x3; (end: lodash.__, value: T): LodashFill1x5; (end: number, value: T): LodashFill1x7; (end: lodash.__, value: lodash.__, array: U[] | null | undefined): LodashFill1x9; (end: number, value: lodash.__, array: U[] | null | undefined): LodashFill1x11; (end: lodash.__, value: T, array: U[] | null | undefined): LodashFill1x13; (end: number, value: T, array: U[] | null | undefined): Array; (end: lodash.__, value: lodash.__, array: lodash.List | null | undefined): LodashFill2x9; (end: number, value: lodash.__, array: lodash.List | null | undefined): LodashFill2x11; (end: lodash.__, value: T, array: lodash.List | null | undefined): LodashFill2x13; (end: number, value: T, array: lodash.List | null | undefined): lodash.List; } interface LodashFill1x2 { (start: number): LodashFill1x3; (start: lodash.__, value: T): LodashFill1x6; (start: number, value: T): LodashFill1x7; (start: lodash.__, value: lodash.__, array: U[] | null | undefined): LodashFill1x10; (start: number, value: lodash.__, array: U[] | null | undefined): LodashFill1x11; (start: lodash.__, value: T, array: U[] | null | undefined): LodashFill1x14; (start: number, value: T, array: U[] | null | undefined): Array; (start: lodash.__, value: lodash.__, array: lodash.List | null | undefined): LodashFill2x10; (start: number, value: lodash.__, array: lodash.List | null | undefined): LodashFill2x11; (start: lodash.__, value: T, array: lodash.List | null | undefined): LodashFill2x14; (start: number, value: T, array: lodash.List | null | undefined): lodash.List; } interface LodashFill1x3 { (value: T): LodashFill1x7; (value: lodash.__, array: U[] | null | undefined): LodashFill1x11; (value: T, array: U[] | null | undefined): Array; (value: lodash.__, array: lodash.List | null | undefined): LodashFill2x11; (value: T, array: lodash.List | null | undefined): lodash.List; } interface LodashFill1x4 { (start: number): LodashFill1x5; (start: lodash.__, end: number): LodashFill1x6; (start: number, end: number): LodashFill1x7; (start: lodash.__, end: lodash.__, array: U[] | null | undefined): LodashFill1x12; (start: number, end: lodash.__, array: U[] | null | undefined): LodashFill1x13; (start: lodash.__, end: number, array: U[] | null | undefined): LodashFill1x14; (start: number, end: number, array: U[] | null | undefined): Array; (start: lodash.__, end: lodash.__, array: lodash.List | null | undefined): LodashFill2x12; (start: number, end: lodash.__, array: lodash.List | null | undefined): LodashFill2x13; (start: lodash.__, end: number, array: lodash.List | null | undefined): LodashFill2x14; (start: number, end: number, array: lodash.List | null | undefined): lodash.List; } interface LodashFill1x5 { (end: number): LodashFill1x7; (end: lodash.__, array: U[] | null | undefined): LodashFill1x13; (end: number, array: U[] | null | undefined): Array; (end: lodash.__, array: lodash.List | null | undefined): LodashFill2x13; (end: number, array: lodash.List | null | undefined): lodash.List; } interface LodashFill1x6 { (start: number): LodashFill1x7; (start: lodash.__, array: U[] | null | undefined): LodashFill1x14; (start: number, array: U[] | null | undefined): Array; (start: lodash.__, array: lodash.List | null | undefined): LodashFill2x14; (start: number, array: lodash.List | null | undefined): lodash.List; } interface LodashFill1x7 { (array: U[] | null | undefined): Array; (array: lodash.List | null | undefined): lodash.List; } interface LodashFill1x8 { (start: number): LodashFill1x9; (start: lodash.__, end: number): LodashFill1x10; (start: number, end: number): LodashFill1x11; (start: lodash.__, end: lodash.__, value: T): LodashFill1x12; (start: number, end: lodash.__, value: T): LodashFill1x13; (start: lodash.__, end: number, value: T): LodashFill1x14; (start: number, end: number, value: T): Array; } interface LodashFill1x9 { (end: number): LodashFill1x11; (end: lodash.__, value: T): LodashFill1x13; (end: number, value: T): Array; } interface LodashFill1x10 { (start: number): LodashFill1x11; (start: lodash.__, value: T): LodashFill1x14; (start: number, value: T): Array; } type LodashFill1x11 = (value: T) => Array; interface LodashFill1x12 { (start: number): LodashFill1x13; (start: lodash.__, end: number): LodashFill1x14; (start: number, end: number): Array; } type LodashFill1x13 = (end: number) => Array; type LodashFill1x14 = (start: number) => Array; interface LodashFill2x8 { (start: number): LodashFill2x9; (start: lodash.__, end: number): LodashFill2x10; (start: number, end: number): LodashFill2x11; (start: lodash.__, end: lodash.__, value: T): LodashFill2x12; (start: number, end: lodash.__, value: T): LodashFill2x13; (start: lodash.__, end: number, value: T): LodashFill2x14; (start: number, end: number, value: T): lodash.List; } interface LodashFill2x9 { (end: number): LodashFill2x11; (end: lodash.__, value: T): LodashFill2x13; (end: number, value: T): lodash.List; } interface LodashFill2x10 { (start: number): LodashFill2x11; (start: lodash.__, value: T): LodashFill2x14; (start: number, value: T): lodash.List; } type LodashFill2x11 = (value: T) => lodash.List; interface LodashFill2x12 { (start: number): LodashFill2x13; (start: lodash.__, end: number): LodashFill2x14; (start: number, end: number): lodash.List; } type LodashFill2x13 = (end: number) => lodash.List; type LodashFill2x14 = (start: number) => lodash.List; interface LodashFilter { (predicate: lodash.ValueIteratorTypeGuard): LodashFilter1x1; (predicate: lodash.__, collection: lodash.List | null | undefined): LodashFilter1x2; (predicate: lodash.ValueIteratorTypeGuard, collection: lodash.List | null | undefined): S[]; (predicate: lodash.ValueIterateeCustom): LodashFilter2x1; (predicate: lodash.ValueIterateeCustom, collection: lodash.List | null | undefined): T[]; (predicate: lodash.ValueIteratorTypeGuard): LodashFilter3x1; (predicate: lodash.__, collection: T | null | undefined): LodashFilter3x2; (predicate: lodash.ValueIteratorTypeGuard, collection: T | null | undefined): S[]; (predicate: lodash.ValueIterateeCustom, collection: T | null | undefined): Array; } type LodashFilter1x1 = (collection: lodash.List | null | undefined) => S[]; interface LodashFilter1x2 { (predicate: lodash.ValueIteratorTypeGuard): S[]; (predicate: lodash.ValueIterateeCustom): T[]; } type LodashFilter2x1 = (collection: lodash.List | object | null | undefined) => T[]; type LodashFilter3x1 = (collection: T | null | undefined) => S[]; interface LodashFilter3x2 { (predicate: lodash.ValueIteratorTypeGuard): S[]; (predicate: lodash.ValueIterateeCustom): Array; } interface LodashFind { (predicate: lodash.ValueIteratorTypeGuard): LodashFind1x1; (predicate: lodash.__, collection: lodash.List | null | undefined): LodashFind1x2; (predicate: lodash.ValueIteratorTypeGuard, collection: lodash.List | null | undefined): S|undefined; (predicate: lodash.ValueIterateeCustom): LodashFind2x1; (predicate: lodash.ValueIterateeCustom, collection: lodash.List | null | undefined): T|undefined; (predicate: lodash.ValueIteratorTypeGuard): LodashFind3x1; (predicate: lodash.__, collection: T | null | undefined): LodashFind3x2; (predicate: lodash.ValueIteratorTypeGuard, collection: T | null | undefined): S|undefined; (predicate: lodash.ValueIterateeCustom, collection: T | null | undefined): T[keyof T]|undefined; } type LodashFind1x1 = (collection: lodash.List | null | undefined) => S|undefined; interface LodashFind1x2 { (predicate: lodash.ValueIteratorTypeGuard): S|undefined; (predicate: lodash.ValueIterateeCustom): T|undefined; } type LodashFind2x1 = (collection: lodash.List | object | null | undefined) => T|undefined; type LodashFind3x1 = (collection: T | null | undefined) => S|undefined; interface LodashFind3x2 { (predicate: lodash.ValueIteratorTypeGuard): S|undefined; (predicate: lodash.ValueIterateeCustom): T[keyof T]|undefined; } interface LodashFindFrom { (predicate: lodash.ValueIteratorTypeGuard): LodashFindFrom1x1; (predicate: lodash.__, fromIndex: number): LodashFindFrom1x2; (predicate: lodash.ValueIteratorTypeGuard, fromIndex: number): LodashFindFrom1x3; (predicate: lodash.__, fromIndex: lodash.__, collection: lodash.List | null | undefined): LodashFindFrom1x4; (predicate: lodash.ValueIteratorTypeGuard, fromIndex: lodash.__, collection: lodash.List | null | undefined): LodashFindFrom1x5; (predicate: lodash.__, fromIndex: number, collection: lodash.List | null | undefined): LodashFindFrom1x6; (predicate: lodash.ValueIteratorTypeGuard, fromIndex: number, collection: lodash.List | null | undefined): S|undefined; (predicate: lodash.ValueIterateeCustom): LodashFindFrom2x1; (predicate: lodash.ValueIterateeCustom, fromIndex: number): LodashFindFrom2x3; (predicate: lodash.ValueIterateeCustom, fromIndex: lodash.__, collection: lodash.List | null | undefined): LodashFindFrom2x5; (predicate: lodash.ValueIterateeCustom, fromIndex: number, collection: lodash.List | null | undefined): T|undefined; (predicate: lodash.ValueIteratorTypeGuard): LodashFindFrom3x1; (predicate: lodash.ValueIteratorTypeGuard, fromIndex: number): LodashFindFrom3x3; (predicate: lodash.__, fromIndex: lodash.__, collection: T | null | undefined): LodashFindFrom3x4; (predicate: lodash.ValueIteratorTypeGuard, fromIndex: lodash.__, collection: T | null | undefined): LodashFindFrom3x5; (predicate: lodash.__, fromIndex: number, collection: T | null | undefined): LodashFindFrom3x6; (predicate: lodash.ValueIteratorTypeGuard, fromIndex: number, collection: T | null | undefined): S|undefined; (predicate: lodash.ValueIterateeCustom, fromIndex: lodash.__, collection: T | null | undefined): LodashFindFrom4x5; (predicate: lodash.ValueIterateeCustom, fromIndex: number, collection: T | null | undefined): T[keyof T]|undefined; } interface LodashFindFrom1x1 { (fromIndex: number): LodashFindFrom1x3; (fromIndex: lodash.__, collection: lodash.List | null | undefined): LodashFindFrom1x5; (fromIndex: number, collection: lodash.List | null | undefined): S|undefined; } interface LodashFindFrom1x2 { (predicate: lodash.ValueIteratorTypeGuard): LodashFindFrom1x3; (predicate: lodash.__, collection: lodash.List | null | undefined): LodashFindFrom1x6; (predicate: lodash.ValueIteratorTypeGuard, collection: lodash.List | null | undefined): S|undefined; (predicate: lodash.ValueIterateeCustom): LodashFindFrom2x3; (predicate: lodash.ValueIterateeCustom, collection: lodash.List | null | undefined): T|undefined; (predicate: lodash.ValueIteratorTypeGuard): LodashFindFrom3x3; (predicate: lodash.__, collection: T | null | undefined): LodashFindFrom3x6; (predicate: lodash.ValueIteratorTypeGuard, collection: T | null | undefined): S|undefined; (predicate: lodash.ValueIterateeCustom, collection: T | null | undefined): T[keyof T]|undefined; } type LodashFindFrom1x3 = (collection: lodash.List | null | undefined) => S|undefined; interface LodashFindFrom1x4 { (predicate: lodash.ValueIteratorTypeGuard): LodashFindFrom1x5; (predicate: lodash.__, fromIndex: number): LodashFindFrom1x6; (predicate: lodash.ValueIteratorTypeGuard, fromIndex: number): S|undefined; (predicate: lodash.ValueIterateeCustom): LodashFindFrom2x5; (predicate: lodash.ValueIterateeCustom, fromIndex: number): T|undefined; } type LodashFindFrom1x5 = (fromIndex: number) => S|undefined; interface LodashFindFrom1x6 { (predicate: lodash.ValueIteratorTypeGuard): S|undefined; (predicate: lodash.ValueIterateeCustom): T|undefined; } interface LodashFindFrom2x1 { (fromIndex: number): LodashFindFrom2x3; (fromIndex: lodash.__, collection: lodash.List | null | undefined): LodashFindFrom2x5; (fromIndex: number, collection: lodash.List | object | null | undefined): T|undefined; (fromIndex: lodash.__, collection: T1 | null | undefined): LodashFindFrom4x5; } interface LodashFindFrom2x3 { (collection: lodash.List | null | undefined): T|undefined; (collection: object | null | undefined): object|undefined; } type LodashFindFrom2x5 = (fromIndex: number) => T|undefined; interface LodashFindFrom3x1 { (fromIndex: number): LodashFindFrom3x3; (fromIndex: lodash.__, collection: T | null | undefined): LodashFindFrom3x5; (fromIndex: number, collection: T | null | undefined): S|undefined; } type LodashFindFrom3x3 = (collection: T | null | undefined) => S|undefined; interface LodashFindFrom3x4 { (predicate: lodash.ValueIteratorTypeGuard): LodashFindFrom3x5; (predicate: lodash.__, fromIndex: number): LodashFindFrom3x6; (predicate: lodash.ValueIteratorTypeGuard, fromIndex: number): S|undefined; (predicate: lodash.ValueIterateeCustom): LodashFindFrom4x5; (predicate: lodash.ValueIterateeCustom, fromIndex: number): T[keyof T]|undefined; } type LodashFindFrom3x5 = (fromIndex: number) => S|undefined; interface LodashFindFrom3x6 { (predicate: lodash.ValueIteratorTypeGuard): S|undefined; (predicate: lodash.ValueIterateeCustom): T[keyof T]|undefined; } type LodashFindFrom4x5 = (fromIndex: number) => T[keyof T]|undefined; interface LodashFindIndex { (predicate: lodash.ValueIterateeCustom): LodashFindIndex1x1; (predicate: lodash.__, array: lodash.List | null | undefined): LodashFindIndex1x2; (predicate: lodash.ValueIterateeCustom, array: lodash.List | null | undefined): number; } type LodashFindIndex1x1 = (array: lodash.List | null | undefined) => number; type LodashFindIndex1x2 = (predicate: lodash.ValueIterateeCustom) => number; interface LodashFindIndexFrom { (predicate: lodash.ValueIterateeCustom): LodashFindIndexFrom1x1; (predicate: lodash.__, fromIndex: number): LodashFindIndexFrom1x2; (predicate: lodash.ValueIterateeCustom, fromIndex: number): LodashFindIndexFrom1x3; (predicate: lodash.__, fromIndex: lodash.__, array: lodash.List | null | undefined): LodashFindIndexFrom1x4; (predicate: lodash.ValueIterateeCustom, fromIndex: lodash.__, array: lodash.List | null | undefined): LodashFindIndexFrom1x5; (predicate: lodash.__, fromIndex: number, array: lodash.List | null | undefined): LodashFindIndexFrom1x6; (predicate: lodash.ValueIterateeCustom, fromIndex: number, array: lodash.List | null | undefined): number; } interface LodashFindIndexFrom1x1 { (fromIndex: number): LodashFindIndexFrom1x3; (fromIndex: lodash.__, array: lodash.List | null | undefined): LodashFindIndexFrom1x5; (fromIndex: number, array: lodash.List | null | undefined): number; } interface LodashFindIndexFrom1x2 { (predicate: lodash.ValueIterateeCustom): LodashFindIndexFrom1x3; (predicate: lodash.__, array: lodash.List | null | undefined): LodashFindIndexFrom1x6; (predicate: lodash.ValueIterateeCustom, array: lodash.List | null | undefined): number; } type LodashFindIndexFrom1x3 = (array: lodash.List | null | undefined) => number; interface LodashFindIndexFrom1x4 { (predicate: lodash.ValueIterateeCustom): LodashFindIndexFrom1x5; (predicate: lodash.__, fromIndex: number): LodashFindIndexFrom1x6; (predicate: lodash.ValueIterateeCustom, fromIndex: number): number; } type LodashFindIndexFrom1x5 = (fromIndex: number) => number; type LodashFindIndexFrom1x6 = (predicate: lodash.ValueIterateeCustom) => number; interface LodashFindKey { (predicate: lodash.ValueIteratee): LodashFindKey1x1; (predicate: lodash.__, object: T | null | undefined): LodashFindKey1x2; (predicate: lodash.ValueIteratee, object: T | null | undefined): string | undefined; } type LodashFindKey1x1 = (object: object | null | undefined) => string | undefined; type LodashFindKey1x2 = (predicate: lodash.ValueIteratee) => string | undefined; interface LodashFindLast { (predicate: lodash.ValueIteratorTypeGuard): LodashFindLast1x1; (predicate: lodash.__, collection: lodash.List | null | undefined): LodashFindLast1x2; (predicate: lodash.ValueIteratorTypeGuard, collection: lodash.List | null | undefined): S|undefined; (predicate: lodash.ValueIterateeCustom): LodashFindLast2x1; (predicate: lodash.ValueIterateeCustom, collection: lodash.List | null | undefined): T|undefined; (predicate: lodash.ValueIteratorTypeGuard): LodashFindLast3x1; (predicate: lodash.__, collection: T | null | undefined): LodashFindLast3x2; (predicate: lodash.ValueIteratorTypeGuard, collection: T | null | undefined): S|undefined; (predicate: lodash.ValueIterateeCustom, collection: T | null | undefined): T[keyof T]|undefined; } type LodashFindLast1x1 = (collection: lodash.List | null | undefined) => S|undefined; interface LodashFindLast1x2 { (predicate: lodash.ValueIteratorTypeGuard): S|undefined; (predicate: lodash.ValueIterateeCustom): T|undefined; } type LodashFindLast2x1 = (collection: lodash.List | object | null | undefined) => T|undefined; type LodashFindLast3x1 = (collection: T | null | undefined) => S|undefined; interface LodashFindLast3x2 { (predicate: lodash.ValueIteratorTypeGuard): S|undefined; (predicate: lodash.ValueIterateeCustom): T[keyof T]|undefined; } interface LodashFindLastFrom { (predicate: lodash.ValueIteratorTypeGuard): LodashFindLastFrom1x1; (predicate: lodash.__, fromIndex: number): LodashFindLastFrom1x2; (predicate: lodash.ValueIteratorTypeGuard, fromIndex: number): LodashFindLastFrom1x3; (predicate: lodash.__, fromIndex: lodash.__, collection: lodash.List | null | undefined): LodashFindLastFrom1x4; (predicate: lodash.ValueIteratorTypeGuard, fromIndex: lodash.__, collection: lodash.List | null | undefined): LodashFindLastFrom1x5; (predicate: lodash.__, fromIndex: number, collection: lodash.List | null | undefined): LodashFindLastFrom1x6; (predicate: lodash.ValueIteratorTypeGuard, fromIndex: number, collection: lodash.List | null | undefined): S|undefined; (predicate: lodash.ValueIterateeCustom): LodashFindLastFrom2x1; (predicate: lodash.ValueIterateeCustom, fromIndex: number): LodashFindLastFrom2x3; (predicate: lodash.ValueIterateeCustom, fromIndex: lodash.__, collection: lodash.List | null | undefined): LodashFindLastFrom2x5; (predicate: lodash.ValueIterateeCustom, fromIndex: number, collection: lodash.List | null | undefined): T|undefined; (predicate: lodash.ValueIteratorTypeGuard): LodashFindLastFrom3x1; (predicate: lodash.ValueIteratorTypeGuard, fromIndex: number): LodashFindLastFrom3x3; (predicate: lodash.__, fromIndex: lodash.__, collection: T | null | undefined): LodashFindLastFrom3x4; (predicate: lodash.ValueIteratorTypeGuard, fromIndex: lodash.__, collection: T | null | undefined): LodashFindLastFrom3x5; (predicate: lodash.__, fromIndex: number, collection: T | null | undefined): LodashFindLastFrom3x6; (predicate: lodash.ValueIteratorTypeGuard, fromIndex: number, collection: T | null | undefined): S|undefined; (predicate: lodash.ValueIterateeCustom, fromIndex: lodash.__, collection: T | null | undefined): LodashFindLastFrom4x5; (predicate: lodash.ValueIterateeCustom, fromIndex: number, collection: T | null | undefined): T[keyof T]|undefined; } interface LodashFindLastFrom1x1 { (fromIndex: number): LodashFindLastFrom1x3; (fromIndex: lodash.__, collection: lodash.List | null | undefined): LodashFindLastFrom1x5; (fromIndex: number, collection: lodash.List | null | undefined): S|undefined; } interface LodashFindLastFrom1x2 { (predicate: lodash.ValueIteratorTypeGuard): LodashFindLastFrom1x3; (predicate: lodash.__, collection: lodash.List | null | undefined): LodashFindLastFrom1x6; (predicate: lodash.ValueIteratorTypeGuard, collection: lodash.List | null | undefined): S|undefined; (predicate: lodash.ValueIterateeCustom): LodashFindLastFrom2x3; (predicate: lodash.ValueIterateeCustom, collection: lodash.List | null | undefined): T|undefined; (predicate: lodash.ValueIteratorTypeGuard): LodashFindLastFrom3x3; (predicate: lodash.__, collection: T | null | undefined): LodashFindLastFrom3x6; (predicate: lodash.ValueIteratorTypeGuard, collection: T | null | undefined): S|undefined; (predicate: lodash.ValueIterateeCustom, collection: T | null | undefined): T[keyof T]|undefined; } type LodashFindLastFrom1x3 = (collection: lodash.List | null | undefined) => S|undefined; interface LodashFindLastFrom1x4 { (predicate: lodash.ValueIteratorTypeGuard): LodashFindLastFrom1x5; (predicate: lodash.__, fromIndex: number): LodashFindLastFrom1x6; (predicate: lodash.ValueIteratorTypeGuard, fromIndex: number): S|undefined; (predicate: lodash.ValueIterateeCustom): LodashFindLastFrom2x5; (predicate: lodash.ValueIterateeCustom, fromIndex: number): T|undefined; } type LodashFindLastFrom1x5 = (fromIndex: number) => S|undefined; interface LodashFindLastFrom1x6 { (predicate: lodash.ValueIteratorTypeGuard): S|undefined; (predicate: lodash.ValueIterateeCustom): T|undefined; } interface LodashFindLastFrom2x1 { (fromIndex: number): LodashFindLastFrom2x3; (fromIndex: lodash.__, collection: lodash.List | null | undefined): LodashFindLastFrom2x5; (fromIndex: number, collection: lodash.List | object | null | undefined): T|undefined; (fromIndex: lodash.__, collection: T1 | null | undefined): LodashFindLastFrom4x5; } interface LodashFindLastFrom2x3 { (collection: lodash.List | null | undefined): T|undefined; (collection: object | null | undefined): object|undefined; } type LodashFindLastFrom2x5 = (fromIndex: number) => T|undefined; interface LodashFindLastFrom3x1 { (fromIndex: number): LodashFindLastFrom3x3; (fromIndex: lodash.__, collection: T | null | undefined): LodashFindLastFrom3x5; (fromIndex: number, collection: T | null | undefined): S|undefined; } type LodashFindLastFrom3x3 = (collection: T | null | undefined) => S|undefined; interface LodashFindLastFrom3x4 { (predicate: lodash.ValueIteratorTypeGuard): LodashFindLastFrom3x5; (predicate: lodash.__, fromIndex: number): LodashFindLastFrom3x6; (predicate: lodash.ValueIteratorTypeGuard, fromIndex: number): S|undefined; (predicate: lodash.ValueIterateeCustom): LodashFindLastFrom4x5; (predicate: lodash.ValueIterateeCustom, fromIndex: number): T[keyof T]|undefined; } type LodashFindLastFrom3x5 = (fromIndex: number) => S|undefined; interface LodashFindLastFrom3x6 { (predicate: lodash.ValueIteratorTypeGuard): S|undefined; (predicate: lodash.ValueIterateeCustom): T[keyof T]|undefined; } type LodashFindLastFrom4x5 = (fromIndex: number) => T[keyof T]|undefined; interface LodashFindLastIndex { (predicate: lodash.ValueIterateeCustom): LodashFindLastIndex1x1; (predicate: lodash.__, array: lodash.List | null | undefined): LodashFindLastIndex1x2; (predicate: lodash.ValueIterateeCustom, array: lodash.List | null | undefined): number; } type LodashFindLastIndex1x1 = (array: lodash.List | null | undefined) => number; type LodashFindLastIndex1x2 = (predicate: lodash.ValueIterateeCustom) => number; interface LodashFindLastIndexFrom { (predicate: lodash.ValueIterateeCustom): LodashFindLastIndexFrom1x1; (predicate: lodash.__, fromIndex: number): LodashFindLastIndexFrom1x2; (predicate: lodash.ValueIterateeCustom, fromIndex: number): LodashFindLastIndexFrom1x3; (predicate: lodash.__, fromIndex: lodash.__, array: lodash.List | null | undefined): LodashFindLastIndexFrom1x4; (predicate: lodash.ValueIterateeCustom, fromIndex: lodash.__, array: lodash.List | null | undefined): LodashFindLastIndexFrom1x5; (predicate: lodash.__, fromIndex: number, array: lodash.List | null | undefined): LodashFindLastIndexFrom1x6; (predicate: lodash.ValueIterateeCustom, fromIndex: number, array: lodash.List | null | undefined): number; } interface LodashFindLastIndexFrom1x1 { (fromIndex: number): LodashFindLastIndexFrom1x3; (fromIndex: lodash.__, array: lodash.List | null | undefined): LodashFindLastIndexFrom1x5; (fromIndex: number, array: lodash.List | null | undefined): number; } interface LodashFindLastIndexFrom1x2 { (predicate: lodash.ValueIterateeCustom): LodashFindLastIndexFrom1x3; (predicate: lodash.__, array: lodash.List | null | undefined): LodashFindLastIndexFrom1x6; (predicate: lodash.ValueIterateeCustom, array: lodash.List | null | undefined): number; } type LodashFindLastIndexFrom1x3 = (array: lodash.List | null | undefined) => number; interface LodashFindLastIndexFrom1x4 { (predicate: lodash.ValueIterateeCustom): LodashFindLastIndexFrom1x5; (predicate: lodash.__, fromIndex: number): LodashFindLastIndexFrom1x6; (predicate: lodash.ValueIterateeCustom, fromIndex: number): number; } type LodashFindLastIndexFrom1x5 = (fromIndex: number) => number; type LodashFindLastIndexFrom1x6 = (predicate: lodash.ValueIterateeCustom) => number; interface LodashFindLastKey { (predicate: lodash.ValueIteratee): LodashFindLastKey1x1; (predicate: lodash.__, object: T | null | undefined): LodashFindLastKey1x2; (predicate: lodash.ValueIteratee, object: T | null | undefined): string | undefined; } type LodashFindLastKey1x1 = (object: object | null | undefined) => string | undefined; type LodashFindLastKey1x2 = (predicate: lodash.ValueIteratee) => string | undefined; type LodashHead = (array: lodash.List | null | undefined) => T | undefined; interface LodashFlatMap { (iteratee: (value: T) => lodash.Many): LodashFlatMap1x1; (iteratee: lodash.__, collection: lodash.List | null | undefined): LodashFlatMap1x2; (iteratee: (value: T) => lodash.Many, collection: lodash.List | null | undefined): TResult[]; (iteratee: (value: T[keyof T]) => lodash.Many): LodashFlatMap2x1; (iteratee: lodash.__, collection: T | null | undefined): LodashFlatMap2x2; (iteratee: (value: T[keyof T]) => lodash.Many, collection: T | null | undefined): TResult[]; (iteratee: string): LodashFlatMap3x1; (iteratee: lodash.__, collection: object | null | undefined): LodashFlatMap3x2; (iteratee: string, collection: object | null | undefined): any[]; (iteratee: object): LodashFlatMap4x1; (iteratee: object, collection: object | null | undefined): boolean[]; } type LodashFlatMap1x1 = (collection: lodash.List | null | undefined) => TResult[]; type LodashFlatMap1x2 = (iteratee: (value: T) => lodash.Many) => TResult[]; type LodashFlatMap2x1 = (collection: T | null | undefined) => TResult[]; type LodashFlatMap2x2 = (iteratee: (value: T[keyof T]) => lodash.Many) => TResult[]; type LodashFlatMap3x1 = (collection: object | null | undefined) => any[]; interface LodashFlatMap3x2 { (iteratee: string): any[]; (iteratee: object): boolean[]; } type LodashFlatMap4x1 = (collection: object | null | undefined) => boolean[]; interface LodashFlatMapDeep { (iteratee: (value: T) => lodash.ListOfRecursiveArraysOrValues | TResult): LodashFlatMapDeep1x1; (iteratee: lodash.__, collection: lodash.List | null | undefined): LodashFlatMapDeep1x2; (iteratee: (value: T) => lodash.ListOfRecursiveArraysOrValues | TResult, collection: lodash.List | null | undefined): TResult[]; (iteratee: (value: T[keyof T]) => lodash.ListOfRecursiveArraysOrValues | TResult): LodashFlatMapDeep2x1; (iteratee: lodash.__, collection: T | null | undefined): LodashFlatMapDeep2x2; (iteratee: (value: T[keyof T]) => lodash.ListOfRecursiveArraysOrValues | TResult, collection: T | null | undefined): TResult[]; (iteratee: string): LodashFlatMapDeep3x1; (iteratee: lodash.__, collection: object | null | undefined): LodashFlatMapDeep3x2; (iteratee: string, collection: object | null | undefined): any[]; (iteratee: object): LodashFlatMapDeep4x1; (iteratee: object, collection: object | null | undefined): boolean[]; } type LodashFlatMapDeep1x1 = (collection: lodash.List | null | undefined) => TResult[]; type LodashFlatMapDeep1x2 = (iteratee: (value: T) => lodash.ListOfRecursiveArraysOrValues | TResult) => TResult[]; type LodashFlatMapDeep2x1 = (collection: T | null | undefined) => TResult[]; type LodashFlatMapDeep2x2 = (iteratee: (value: T[keyof T]) => lodash.ListOfRecursiveArraysOrValues | TResult) => TResult[]; type LodashFlatMapDeep3x1 = (collection: object | null | undefined) => any[]; interface LodashFlatMapDeep3x2 { (iteratee: string): any[]; (iteratee: object): boolean[]; } type LodashFlatMapDeep4x1 = (collection: object | null | undefined) => boolean[]; interface LodashFlatMapDepth { (iteratee: (value: T) => lodash.ListOfRecursiveArraysOrValues | TResult): LodashFlatMapDepth1x1; (iteratee: lodash.__, depth: number): LodashFlatMapDepth1x2; (iteratee: (value: T) => lodash.ListOfRecursiveArraysOrValues | TResult, depth: number): LodashFlatMapDepth1x3; (iteratee: lodash.__, depth: lodash.__, collection: lodash.List | null | undefined): LodashFlatMapDepth1x4; (iteratee: (value: T) => lodash.ListOfRecursiveArraysOrValues | TResult, depth: lodash.__, collection: lodash.List | null | undefined): LodashFlatMapDepth1x5; (iteratee: lodash.__, depth: number, collection: lodash.List | null | undefined): LodashFlatMapDepth1x6; (iteratee: (value: T) => lodash.ListOfRecursiveArraysOrValues | TResult, depth: number, collection: lodash.List | null | undefined): TResult[]; (iteratee: (value: T[keyof T]) => lodash.ListOfRecursiveArraysOrValues | TResult): LodashFlatMapDepth2x1; (iteratee: (value: T[keyof T]) => lodash.ListOfRecursiveArraysOrValues | TResult, depth: number): LodashFlatMapDepth2x3; (iteratee: lodash.__, depth: lodash.__, collection: T | null | undefined): LodashFlatMapDepth2x4; (iteratee: (value: T[keyof T]) => lodash.ListOfRecursiveArraysOrValues | TResult, depth: lodash.__, collection: T | null | undefined): LodashFlatMapDepth2x5; (iteratee: lodash.__, depth: number, collection: T | null | undefined): LodashFlatMapDepth2x6; (iteratee: (value: T[keyof T]) => lodash.ListOfRecursiveArraysOrValues | TResult, depth: number, collection: T | null | undefined): TResult[]; (iteratee: string): LodashFlatMapDepth3x1; (iteratee: string, depth: number): LodashFlatMapDepth3x3; (iteratee: lodash.__, depth: lodash.__, collection: object | null | undefined): LodashFlatMapDepth3x4; (iteratee: string, depth: lodash.__, collection: object | null | undefined): LodashFlatMapDepth3x5; (iteratee: lodash.__, depth: number, collection: object | null | undefined): LodashFlatMapDepth3x6; (iteratee: string, depth: number, collection: object | null | undefined): any[]; (iteratee: object): LodashFlatMapDepth4x1; (iteratee: object, depth: number): LodashFlatMapDepth4x3; (iteratee: object, depth: lodash.__, collection: object | null | undefined): LodashFlatMapDepth4x5; (iteratee: object, depth: number, collection: object | null | undefined): boolean[]; } interface LodashFlatMapDepth1x1 { (depth: number): LodashFlatMapDepth1x3; (depth: lodash.__, collection: lodash.List | null | undefined): LodashFlatMapDepth1x5; (depth: number, collection: lodash.List | null | undefined): TResult[]; } interface LodashFlatMapDepth1x2 { (iteratee: (value: T) => lodash.ListOfRecursiveArraysOrValues | TResult): LodashFlatMapDepth1x3; (iteratee: lodash.__, collection: lodash.List | null | undefined): LodashFlatMapDepth1x6; (iteratee: (value: T) => lodash.ListOfRecursiveArraysOrValues | TResult, collection: lodash.List | null | undefined): TResult[]; (iteratee: (value: T[keyof T]) => lodash.ListOfRecursiveArraysOrValues | TResult): LodashFlatMapDepth2x3; (iteratee: lodash.__, collection: T | null | undefined): LodashFlatMapDepth2x6; (iteratee: (value: T[keyof T]) => lodash.ListOfRecursiveArraysOrValues | TResult, collection: T | null | undefined): TResult[]; (iteratee: string): LodashFlatMapDepth3x3; (iteratee: lodash.__, collection: object | null | undefined): LodashFlatMapDepth3x6; (iteratee: string, collection: object | null | undefined): any[]; (iteratee: object): LodashFlatMapDepth4x3; (iteratee: object, collection: object | null | undefined): boolean[]; } type LodashFlatMapDepth1x3 = (collection: lodash.List | null | undefined) => TResult[]; interface LodashFlatMapDepth1x4 { (iteratee: (value: T) => lodash.ListOfRecursiveArraysOrValues | TResult): LodashFlatMapDepth1x5; (iteratee: lodash.__, depth: number): LodashFlatMapDepth1x6; (iteratee: (value: T) => lodash.ListOfRecursiveArraysOrValues | TResult, depth: number): TResult[]; } type LodashFlatMapDepth1x5 = (depth: number) => TResult[]; type LodashFlatMapDepth1x6 = (iteratee: (value: T) => lodash.ListOfRecursiveArraysOrValues | TResult) => TResult[]; interface LodashFlatMapDepth2x1 { (depth: number): LodashFlatMapDepth2x3; (depth: lodash.__, collection: T | null | undefined): LodashFlatMapDepth2x5; (depth: number, collection: T | null | undefined): TResult[]; } type LodashFlatMapDepth2x3 = (collection: T | null | undefined) => TResult[]; interface LodashFlatMapDepth2x4 { (iteratee: (value: T[keyof T]) => lodash.ListOfRecursiveArraysOrValues | TResult): LodashFlatMapDepth2x5; (iteratee: lodash.__, depth: number): LodashFlatMapDepth2x6; (iteratee: (value: T[keyof T]) => lodash.ListOfRecursiveArraysOrValues | TResult, depth: number): TResult[]; } type LodashFlatMapDepth2x5 = (depth: number) => TResult[]; type LodashFlatMapDepth2x6 = (iteratee: (value: T[keyof T]) => lodash.ListOfRecursiveArraysOrValues | TResult) => TResult[]; interface LodashFlatMapDepth3x1 { (depth: number): LodashFlatMapDepth3x3; (depth: lodash.__, collection: object | null | undefined): LodashFlatMapDepth3x5; (depth: number, collection: object | null | undefined): any[]; } type LodashFlatMapDepth3x3 = (collection: object | null | undefined) => any[]; interface LodashFlatMapDepth3x4 { (iteratee: string): LodashFlatMapDepth3x5; (iteratee: lodash.__, depth: number): LodashFlatMapDepth3x6; (iteratee: string, depth: number): any[]; (iteratee: object): LodashFlatMapDepth4x5; (iteratee: object, depth: number): boolean[]; } type LodashFlatMapDepth3x5 = (depth: number) => any[]; interface LodashFlatMapDepth3x6 { (iteratee: string): any[]; (iteratee: object): boolean[]; } interface LodashFlatMapDepth4x1 { (depth: number): LodashFlatMapDepth4x3; (depth: lodash.__, collection: object | null | undefined): LodashFlatMapDepth4x5; (depth: number, collection: object | null | undefined): boolean[]; } type LodashFlatMapDepth4x3 = (collection: object | null | undefined) => boolean[]; type LodashFlatMapDepth4x5 = (depth: number) => boolean[]; type LodashFlatten = (array: lodash.List> | null | undefined) => T[]; type LodashFlattenDeep = (array: lodash.ListOfRecursiveArraysOrValues | null | undefined) => T[]; interface LodashFlattenDepth { (depth: number): LodashFlattenDepth1x1; (depth: lodash.__, array: lodash.ListOfRecursiveArraysOrValues | null | undefined): LodashFlattenDepth1x2; (depth: number, array: lodash.ListOfRecursiveArraysOrValues | null | undefined): T[]; } type LodashFlattenDepth1x1 = (array: lodash.ListOfRecursiveArraysOrValues | null | undefined) => T[]; type LodashFlattenDepth1x2 = (depth: number) => T[]; type LodashFlip = any>(func: T) => T; type LodashFloor = (n: number) => number; interface LodashFlow { (f1: (...args: A) => R1, f2: (a: R1) => R2, f3: (a: R2) => R3, f4: (a: R3) => R4, f5: (a: R4) => R5, f6: (a: R5) => R6, f7: (a: R6) => R7): (...args: A) => R7; (f1: (...args: A) => R1, f2: (a: R1) => R2, f3: (a: R2) => R3, f4: (a: R3) => R4, f5: (a: R4) => R5, f6: (a: R5) => R6, f7: (a: R6) => R7, ...func: Array any>>): (...args: A) => any; (f1: (...args: A) => R1, f2: (a: R1) => R2, f3: (a: R2) => R3, f4: (a: R3) => R4, f5: (a: R4) => R5, f6: (a: R5) => R6): (...args: A) => R6; (f1: (...args: A) => R1, f2: (a: R1) => R2, f3: (a: R2) => R3, f4: (a: R3) => R4, f5: (a: R4) => R5): (...args: A) => R5; (f1: (...args: A) => R1, f2: (a: R1) => R2, f3: (a: R2) => R3, f4: (a: R3) => R4): (...args: A) => R4; (f1: (...args: A) => R1, f2: (a: R1) => R2, f3: (a: R2) => R3): (...args: A) => R3; (f1: (...args: A) => R1, f2: (a: R1) => R2): (...args: A) => R2; (...func: Array any>>): (...args: any[]) => any; } interface LodashForIn { (iteratee: (value: T) => any): LodashForIn1x1; (iteratee: lodash.__, object: T): LodashForIn1x2; (iteratee: (value: T[keyof T]) => any, object: T): T; (iteratee: lodash.__, object: T | null | undefined): LodashForIn2x2; (iteratee: (value: T[keyof T]) => any, object: T | null | undefined): T | null | undefined; } interface LodashForIn1x1 { (object: T1): T1; (object: T1 | null | undefined): T1 | null | undefined; } type LodashForIn1x2 = (iteratee: (value: T[keyof T]) => any) => T; type LodashForIn2x2 = (iteratee: (value: T[keyof T]) => any) => T | null | undefined; interface LodashForInRight { (iteratee: (value: T) => any): LodashForInRight1x1; (iteratee: lodash.__, object: T): LodashForInRight1x2; (iteratee: (value: T[keyof T]) => any, object: T): T; (iteratee: lodash.__, object: T | null | undefined): LodashForInRight2x2; (iteratee: (value: T[keyof T]) => any, object: T | null | undefined): T | null | undefined; } interface LodashForInRight1x1 { (object: T1): T1; (object: T1 | null | undefined): T1 | null | undefined; } type LodashForInRight1x2 = (iteratee: (value: T[keyof T]) => any) => T; type LodashForInRight2x2 = (iteratee: (value: T[keyof T]) => any) => T | null | undefined; interface LodashForOwn { (iteratee: (value: T) => any): LodashForOwn1x1; (iteratee: lodash.__, object: T): LodashForOwn1x2; (iteratee: (value: T[keyof T]) => any, object: T): T; (iteratee: lodash.__, object: T | null | undefined): LodashForOwn2x2; (iteratee: (value: T[keyof T]) => any, object: T | null | undefined): T | null | undefined; } interface LodashForOwn1x1 { (object: T1): T1; (object: T1 | null | undefined): T1 | null | undefined; } type LodashForOwn1x2 = (iteratee: (value: T[keyof T]) => any) => T; type LodashForOwn2x2 = (iteratee: (value: T[keyof T]) => any) => T | null | undefined; interface LodashForOwnRight { (iteratee: (value: T) => any): LodashForOwnRight1x1; (iteratee: lodash.__, object: T): LodashForOwnRight1x2; (iteratee: (value: T[keyof T]) => any, object: T): T; (iteratee: lodash.__, object: T | null | undefined): LodashForOwnRight2x2; (iteratee: (value: T[keyof T]) => any, object: T | null | undefined): T | null | undefined; } interface LodashForOwnRight1x1 { (object: T1): T1; (object: T1 | null | undefined): T1 | null | undefined; } type LodashForOwnRight1x2 = (iteratee: (value: T[keyof T]) => any) => T; type LodashForOwnRight2x2 = (iteratee: (value: T[keyof T]) => any) => T | null | undefined; interface LodashFromPairs { (pairs: lodash.List<[lodash.PropertyName, T]> | null | undefined): lodash.Dictionary; (pairs: lodash.List | null | undefined): lodash.Dictionary; } type LodashFunctions = (object: any) => string[]; type LodashFunctionsIn = (object: any) => string[]; interface LodashGet { (path: TKey | [TKey]): LodashGet1x1; (path: lodash.__, object: TObject): LodashGet1x2; (path: TKey | [TKey], object: TObject): TObject[TKey]; (path: lodash.__, object: TObject | null | undefined): LodashGet2x2; (path: TKey | [TKey], object: TObject | null | undefined): TObject[TKey] | undefined; (path: [TKey1, TKey2]): LodashGet3x1; (path: [TKey1, TKey2], object: TObject): TObject[TKey1][TKey2]; (path: [TKey1, TKey2], object: TObject | null | undefined): TObject[TKey1][TKey2] | undefined; (path: [TKey1, TKey2, TKey3]): LodashGet5x1; (path: [TKey1, TKey2, TKey3], object: TObject): TObject[TKey1][TKey2][TKey3]; (path: [TKey1, TKey2, TKey3], object: TObject | null | undefined): TObject[TKey1][TKey2][TKey3] | undefined; (path: [TKey1, TKey2, TKey3, TKey4]): LodashGet7x1; (path: [TKey1, TKey2, TKey3, TKey4], object: TObject): TObject[TKey1][TKey2][TKey3][TKey4]; (path: [TKey1, TKey2, TKey3, TKey4], object: TObject | null | undefined): TObject[TKey1][TKey2][TKey3][TKey4] | undefined; (path: number): LodashGet9x1; (path: lodash.__, object: lodash.NumericDictionary): LodashGet9x2; (path: number, object: lodash.NumericDictionary): T; (path: lodash.__, object: lodash.NumericDictionary | null | undefined): LodashGet10x2; (path: number, object: lodash.NumericDictionary | null | undefined): T | undefined; (path: lodash.PropertyPath): LodashGet11x1; (path: lodash.__, object: null | undefined): LodashGet11x2; (path: lodash.PropertyPath, object: null | undefined): undefined; (path: lodash.__, object: any): LodashGet12x2; (path: lodash.PropertyPath, object: any): any; } interface LodashGet1x1 { (object: TObject): TObject[TKey]; (object: TObject | null | undefined): TObject[TKey] | undefined; } interface LodashGet1x2 { (path: TKey | [TKey]): TObject[TKey]; (path: [TKey1, TKey2]): TObject[TKey1][TKey2]; (path: [TKey1, TKey2, TKey3]): TObject[TKey1][TKey2][TKey3]; (path: [TKey1, TKey2, TKey3, TKey4]): TObject[TKey1][TKey2][TKey3][TKey4]; } interface LodashGet2x2 { (path: TKey | [TKey]): TObject[TKey] | undefined; (path: [TKey1, TKey2]): TObject[TKey1][TKey2] | undefined; (path: [TKey1, TKey2, TKey3]): TObject[TKey1][TKey2][TKey3] | undefined; (path: [TKey1, TKey2, TKey3, TKey4]): TObject[TKey1][TKey2][TKey3][TKey4] | undefined; } interface LodashGet3x1 { (object: TObject): TObject[TKey1][TKey2]; (object: TObject | null | undefined): TObject[TKey1][TKey2] | undefined; } interface LodashGet5x1 { (object: TObject): TObject[TKey1][TKey2][TKey3]; (object: TObject | null | undefined): TObject[TKey1][TKey2][TKey3] | undefined; } interface LodashGet7x1 { (object: TObject): TObject[TKey1][TKey2][TKey3][TKey4]; (object: TObject | null | undefined): TObject[TKey1][TKey2][TKey3][TKey4] | undefined; } interface LodashGet9x1 { (object: lodash.NumericDictionary): T; (object: lodash.NumericDictionary | null | undefined): T | undefined; } type LodashGet9x2 = (path: number) => T; type LodashGet10x2 = (path: number) => T | undefined; interface LodashGet11x1 { (object: null | undefined): undefined; (object: any): any; } type LodashGet11x2 = (path: lodash.PropertyPath) => undefined; type LodashGet12x2 = (path: lodash.PropertyPath) => any; interface LodashGetOr { (defaultValue: TDefault): LodashGetOr1x1; (defaultValue: lodash.__, path: TKey | [TKey]): LodashGetOr1x2; (defaultValue: TDefault, path: TKey | [TKey]): LodashGetOr1x3; (defaultValue: lodash.__, path: lodash.__, object: TObject | null | undefined): LodashGetOr1x4; (defaultValue: TDefault, path: lodash.__, object: TObject | null | undefined): LodashGetOr1x5; (defaultValue: lodash.__, path: TKey | [TKey], object: TObject | null | undefined): LodashGetOr1x6; (defaultValue: TDefault, path: TKey | [TKey], object: TObject | null | undefined): Exclude | TDefault; (defaultValue: lodash.__, path: [TKey1, TKey2]): LodashGetOr2x2; (defaultValue: TDefault, path: [TKey1, TKey2]): LodashGetOr2x3; (defaultValue: lodash.__, path: [TKey1, TKey2], object: TObject | null | undefined): LodashGetOr2x6; (defaultValue: TDefault, path: [TKey1, TKey2], object: TObject | null | undefined): Exclude | TDefault; (defaultValue: lodash.__, path: [TKey1, TKey2, TKey3]): LodashGetOr3x2; (defaultValue: TDefault, path: [TKey1, TKey2, TKey3]): LodashGetOr3x3; (defaultValue: lodash.__, path: [TKey1, TKey2, TKey3], object: TObject | null | undefined): LodashGetOr3x6; (defaultValue: TDefault, path: [TKey1, TKey2, TKey3], object: TObject | null | undefined): Exclude | TDefault; (defaultValue: lodash.__, path: [TKey1, TKey2, TKey3, TKey4]): LodashGetOr4x2; (defaultValue: TDefault, path: [TKey1, TKey2, TKey3, TKey4]): LodashGetOr4x3; (defaultValue: lodash.__, path: [TKey1, TKey2, TKey3, TKey4], object: TObject | null | undefined): LodashGetOr4x6; (defaultValue: TDefault, path: [TKey1, TKey2, TKey3, TKey4], object: TObject | null | undefined): Exclude | TDefault; (defaultValue: lodash.__, path: number): LodashGetOr5x2; (defaultValue: TDefault, path: number): LodashGetOr5x3; (defaultValue: lodash.__, path: lodash.__, object: lodash.NumericDictionary | null | undefined): LodashGetOr5x4; (defaultValue: TDefault, path: lodash.__, object: lodash.NumericDictionary | null | undefined): LodashGetOr5x5; (defaultValue: lodash.__, path: number, object: lodash.NumericDictionary | null | undefined): LodashGetOr5x6; (defaultValue: TDefault, path: number, object: lodash.NumericDictionary | null | undefined): T | TDefault; (defaultValue: lodash.__, path: lodash.PropertyPath): LodashGetOr6x2; (defaultValue: TDefault, path: lodash.PropertyPath): LodashGetOr6x3; (defaultValue: lodash.__, path: lodash.__, object: null | undefined): LodashGetOr6x4; (defaultValue: TDefault, path: lodash.__, object: null | undefined): LodashGetOr6x5; (defaultValue: lodash.__, path: lodash.PropertyPath, object: null | undefined): LodashGetOr6x6; (defaultValue: TDefault, path: lodash.PropertyPath, object: null | undefined): TDefault; (defaultValue: any): LodashGetOr7x1; (defaultValue: any, path: lodash.PropertyPath): LodashGetOr7x3; (defaultValue: lodash.__, path: lodash.__, object: any): LodashGetOr7x4; (defaultValue: any, path: lodash.__, object: any): LodashGetOr7x5; (defaultValue: lodash.__, path: lodash.PropertyPath, object: any): LodashGetOr7x6; (defaultValue: any, path: lodash.PropertyPath, object: any): any; } interface LodashGetOr1x1 { (path: TKey | [TKey]): LodashGetOr1x3; (path: lodash.__, object: TObject | null | undefined): LodashGetOr1x5; (path: TKey | [TKey], object: TObject | null | undefined): Exclude | TDefault; (path: [TKey1, TKey2]): LodashGetOr2x3; (path: [TKey1, TKey2], object: TObject | null | undefined): Exclude | TDefault; (path: [TKey1, TKey2, TKey3]): LodashGetOr3x3; (path: [TKey1, TKey2, TKey3], object: TObject | null | undefined): Exclude | TDefault; (path: [TKey1, TKey2, TKey3, TKey4]): LodashGetOr4x3; (path: [TKey1, TKey2, TKey3, TKey4], object: TObject | null | undefined): Exclude | TDefault; (path: number): LodashGetOr5x3; (path: lodash.__, object: lodash.NumericDictionary | null | undefined): LodashGetOr5x5; (path: number, object: lodash.NumericDictionary | null | undefined): T | TDefault; (path: lodash.PropertyPath): LodashGetOr6x3; (path: lodash.__, object: null | undefined): LodashGetOr6x5; (path: lodash.PropertyPath, object: null | undefined): TDefault; } interface LodashGetOr1x2 { (defaultValue: TDefault): LodashGetOr1x3; (defaultValue: lodash.__, object: TObject | null | undefined): LodashGetOr1x6; (defaultValue: TDefault, object: TObject | null | undefined): Exclude | TDefault; } type LodashGetOr1x3 = (object: TObject | null | undefined) => Exclude | TDefault; interface LodashGetOr1x4 { (defaultValue: TDefault): LodashGetOr1x5; (defaultValue: lodash.__, path: TKey | [TKey]): LodashGetOr1x6; (defaultValue: TDefault, path: TKey | [TKey]): Exclude | TDefault; (defaultValue: lodash.__, path: [TKey1, TKey2]): LodashGetOr2x6; (defaultValue: TDefault, path: [TKey1, TKey2]): Exclude | TDefault; (defaultValue: lodash.__, path: [TKey1, TKey2, TKey3]): LodashGetOr3x6; (defaultValue: TDefault, path: [TKey1, TKey2, TKey3]): Exclude | TDefault; (defaultValue: lodash.__, path: [TKey1, TKey2, TKey3, TKey4]): LodashGetOr4x6; (defaultValue: TDefault, path: [TKey1, TKey2, TKey3, TKey4]): Exclude | TDefault; } interface LodashGetOr1x5 { (path: TKey | [TKey]): Exclude | TDefault; (path: [TKey1, TKey2]): Exclude | TDefault; (path: [TKey1, TKey2, TKey3]): Exclude | TDefault; (path: [TKey1, TKey2, TKey3, TKey4]): Exclude | TDefault; } type LodashGetOr1x6 = (defaultValue: TDefault) => Exclude | TDefault; interface LodashGetOr2x2 { (defaultValue: TDefault): LodashGetOr2x3; (defaultValue: lodash.__, object: TObject | null | undefined): LodashGetOr2x6; (defaultValue: TDefault, object: TObject | null | undefined): Exclude | TDefault; } type LodashGetOr2x3 = (object: TObject | null | undefined) => Exclude | TDefault; type LodashGetOr2x6 = (defaultValue: TDefault) => Exclude | TDefault; interface LodashGetOr3x2 { (defaultValue: TDefault): LodashGetOr3x3; (defaultValue: lodash.__, object: TObject | null | undefined): LodashGetOr3x6; (defaultValue: TDefault, object: TObject | null | undefined): Exclude | TDefault; } type LodashGetOr3x3 = (object: TObject | null | undefined) => Exclude | TDefault; type LodashGetOr3x6 = (defaultValue: TDefault) => Exclude | TDefault; interface LodashGetOr4x2 { (defaultValue: TDefault): LodashGetOr4x3; (defaultValue: lodash.__, object: TObject | null | undefined): LodashGetOr4x6; (defaultValue: TDefault, object: TObject | null | undefined): Exclude | TDefault; } type LodashGetOr4x3 = (object: TObject | null | undefined) => Exclude | TDefault; type LodashGetOr4x6 = (defaultValue: TDefault) => Exclude | TDefault; interface LodashGetOr5x2 { (defaultValue: TDefault): LodashGetOr5x3; (defaultValue: lodash.__, object: lodash.NumericDictionary | null | undefined): LodashGetOr5x6; (defaultValue: TDefault, object: lodash.NumericDictionary | null | undefined): T | TDefault; } type LodashGetOr5x3 = (object: lodash.NumericDictionary | null | undefined) => T | TDefault; interface LodashGetOr5x4 { (defaultValue: TDefault): LodashGetOr5x5; (defaultValue: lodash.__, path: number): LodashGetOr5x6; (defaultValue: TDefault, path: number): T | TDefault; } type LodashGetOr5x5 = (path: number) => T | TDefault; type LodashGetOr5x6 = (defaultValue: TDefault) => T | TDefault; interface LodashGetOr6x2 { (defaultValue: TDefault): LodashGetOr6x3; (defaultValue: lodash.__, object: null | undefined): LodashGetOr6x6; (defaultValue: TDefault, object: null | undefined): TDefault; (defaultValue: any): LodashGetOr7x3; (defaultValue: lodash.__, object: any): LodashGetOr7x6; (defaultValue: any, object: any): any; } type LodashGetOr6x3 = (object: null | undefined) => TDefault; interface LodashGetOr6x4 { (defaultValue: TDefault): LodashGetOr6x5; (defaultValue: lodash.__, path: lodash.PropertyPath): LodashGetOr6x6; (defaultValue: TDefault, path: lodash.PropertyPath): TDefault; } type LodashGetOr6x5 = (path: lodash.PropertyPath) => TDefault; type LodashGetOr6x6 = (defaultValue: TDefault) => TDefault; interface LodashGetOr7x1 { (path: lodash.PropertyPath): LodashGetOr7x3; (path: lodash.__, object: any): LodashGetOr7x5; (path: lodash.PropertyPath, object: any): any; } type LodashGetOr7x3 = (object: any) => any; interface LodashGetOr7x4 { (defaultValue: any): LodashGetOr7x5; (defaultValue: lodash.__, path: lodash.PropertyPath): LodashGetOr7x6; (defaultValue: any, path: lodash.PropertyPath): any; } type LodashGetOr7x5 = (path: lodash.PropertyPath) => any; type LodashGetOr7x6 = (defaultValue: any) => any; interface LodashGroupBy { (iteratee: lodash.ValueIteratee): LodashGroupBy1x1; (iteratee: lodash.__, collection: lodash.List | null | undefined): LodashGroupBy1x2; (iteratee: lodash.ValueIteratee, collection: lodash.List | null | undefined): lodash.Dictionary; (iteratee: lodash.__, collection: T | null | undefined): LodashGroupBy2x2; (iteratee: lodash.ValueIteratee, collection: T | null | undefined): lodash.Dictionary>; } type LodashGroupBy1x1 = (collection: lodash.List | object | null | undefined) => lodash.Dictionary; type LodashGroupBy1x2 = (iteratee: lodash.ValueIteratee) => lodash.Dictionary; type LodashGroupBy2x2 = (iteratee: lodash.ValueIteratee) => lodash.Dictionary>; interface LodashGt { (value: any): LodashGt1x1; (value: lodash.__, other: any): LodashGt1x2; (value: any, other: any): boolean; } type LodashGt1x1 = (other: any) => boolean; type LodashGt1x2 = (value: any) => boolean; interface LodashGte { (value: any): LodashGte1x1; (value: lodash.__, other: any): LodashGte1x2; (value: any, other: any): boolean; } type LodashGte1x1 = (other: any) => boolean; type LodashGte1x2 = (value: any) => boolean; interface LodashHas { (path: lodash.PropertyPath): LodashHas1x1; (path: lodash.__, object: T): LodashHas1x2; (path: lodash.PropertyPath, object: T): boolean; } type LodashHas1x1 = (object: T) => boolean; type LodashHas1x2 = (path: lodash.PropertyPath) => boolean; interface LodashHasIn { (path: lodash.PropertyPath): LodashHasIn1x1; (path: lodash.__, object: T): LodashHasIn1x2; (path: lodash.PropertyPath, object: T): boolean; } type LodashHasIn1x1 = (object: T) => boolean; type LodashHasIn1x2 = (path: lodash.PropertyPath) => boolean; interface LodashIdentity { (value: T): T; (): undefined; } interface LodashIncludes { (target: T): LodashIncludes1x1; (target: lodash.__, collection: lodash.Dictionary | lodash.NumericDictionary | null | undefined): LodashIncludes1x2; (target: T, collection: lodash.Dictionary | lodash.NumericDictionary | null | undefined): boolean; } type LodashIncludes1x1 = (collection: lodash.Dictionary | lodash.NumericDictionary | null | undefined) => boolean; type LodashIncludes1x2 = (target: T) => boolean; interface LodashIncludesFrom { (target: T): LodashIncludesFrom1x1; (target: lodash.__, fromIndex: number): LodashIncludesFrom1x2; (target: T, fromIndex: number): LodashIncludesFrom1x3; (target: lodash.__, fromIndex: lodash.__, collection: lodash.Dictionary | lodash.NumericDictionary | null | undefined): LodashIncludesFrom1x4; (target: T, fromIndex: lodash.__, collection: lodash.Dictionary | lodash.NumericDictionary | null | undefined): LodashIncludesFrom1x5; (target: lodash.__, fromIndex: number, collection: lodash.Dictionary | lodash.NumericDictionary | null | undefined): LodashIncludesFrom1x6; (target: T, fromIndex: number, collection: lodash.Dictionary | lodash.NumericDictionary | null | undefined): boolean; } interface LodashIncludesFrom1x1 { (fromIndex: number): LodashIncludesFrom1x3; (fromIndex: lodash.__, collection: lodash.Dictionary | lodash.NumericDictionary | null | undefined): LodashIncludesFrom1x5; (fromIndex: number, collection: lodash.Dictionary | lodash.NumericDictionary | null | undefined): boolean; } interface LodashIncludesFrom1x2 { (target: T): LodashIncludesFrom1x3; (target: lodash.__, collection: lodash.Dictionary | lodash.NumericDictionary | null | undefined): LodashIncludesFrom1x6; (target: T, collection: lodash.Dictionary | lodash.NumericDictionary | null | undefined): boolean; } type LodashIncludesFrom1x3 = (collection: lodash.Dictionary | lodash.NumericDictionary | null | undefined) => boolean; interface LodashIncludesFrom1x4 { (target: T): LodashIncludesFrom1x5; (target: lodash.__, fromIndex: number): LodashIncludesFrom1x6; (target: T, fromIndex: number): boolean; } type LodashIncludesFrom1x5 = (fromIndex: number) => boolean; type LodashIncludesFrom1x6 = (target: T) => boolean; interface LodashKeyBy { (iteratee: lodash.ValueIterateeCustom): LodashKeyBy1x1; (iteratee: lodash.__, collection: lodash.List | null | undefined): LodashKeyBy1x2; (iteratee: lodash.ValueIterateeCustom, collection: lodash.List | null | undefined): lodash.Dictionary; (iteratee: lodash.__, collection: T | null | undefined): LodashKeyBy2x2; (iteratee: lodash.ValueIterateeCustom, collection: T | null | undefined): lodash.Dictionary; } type LodashKeyBy1x1 = (collection: lodash.List | object | null | undefined) => lodash.Dictionary; type LodashKeyBy1x2 = (iteratee: lodash.ValueIterateeCustom) => lodash.Dictionary; type LodashKeyBy2x2 = (iteratee: lodash.ValueIterateeCustom) => lodash.Dictionary; interface LodashIndexOf { (value: T): LodashIndexOf1x1; (value: lodash.__, array: lodash.List | null | undefined): LodashIndexOf1x2; (value: T, array: lodash.List | null | undefined): number; } type LodashIndexOf1x1 = (array: lodash.List | null | undefined) => number; type LodashIndexOf1x2 = (value: T) => number; interface LodashIndexOfFrom { (value: T): LodashIndexOfFrom1x1; (value: lodash.__, fromIndex: number): LodashIndexOfFrom1x2; (value: T, fromIndex: number): LodashIndexOfFrom1x3; (value: lodash.__, fromIndex: lodash.__, array: lodash.List | null | undefined): LodashIndexOfFrom1x4; (value: T, fromIndex: lodash.__, array: lodash.List | null | undefined): LodashIndexOfFrom1x5; (value: lodash.__, fromIndex: number, array: lodash.List | null | undefined): LodashIndexOfFrom1x6; (value: T, fromIndex: number, array: lodash.List | null | undefined): number; } interface LodashIndexOfFrom1x1 { (fromIndex: number): LodashIndexOfFrom1x3; (fromIndex: lodash.__, array: lodash.List | null | undefined): LodashIndexOfFrom1x5; (fromIndex: number, array: lodash.List | null | undefined): number; } interface LodashIndexOfFrom1x2 { (value: T): LodashIndexOfFrom1x3; (value: lodash.__, array: lodash.List | null | undefined): LodashIndexOfFrom1x6; (value: T, array: lodash.List | null | undefined): number; } type LodashIndexOfFrom1x3 = (array: lodash.List | null | undefined) => number; interface LodashIndexOfFrom1x4 { (value: T): LodashIndexOfFrom1x5; (value: lodash.__, fromIndex: number): LodashIndexOfFrom1x6; (value: T, fromIndex: number): number; } type LodashIndexOfFrom1x5 = (fromIndex: number) => number; type LodashIndexOfFrom1x6 = (value: T) => number; type LodashInitial = (array: lodash.List | null | undefined) => T[]; interface LodashInRange { (start: number): LodashInRange1x1; (start: lodash.__, end: number): LodashInRange1x2; (start: number, end: number): LodashInRange1x3; (start: lodash.__, end: lodash.__, n: number): LodashInRange1x4; (start: number, end: lodash.__, n: number): LodashInRange1x5; (start: lodash.__, end: number, n: number): LodashInRange1x6; (start: number, end: number, n: number): boolean; } interface LodashInRange1x1 { (end: number): LodashInRange1x3; (end: lodash.__, n: number): LodashInRange1x5; (end: number, n: number): boolean; } interface LodashInRange1x2 { (start: number): LodashInRange1x3; (start: lodash.__, n: number): LodashInRange1x6; (start: number, n: number): boolean; } type LodashInRange1x3 = (n: number) => boolean; interface LodashInRange1x4 { (start: number): LodashInRange1x5; (start: lodash.__, end: number): LodashInRange1x6; (start: number, end: number): boolean; } type LodashInRange1x5 = (end: number) => boolean; type LodashInRange1x6 = (start: number) => boolean; interface LodashIntersection { (arrays2: lodash.List | null | undefined): LodashIntersection1x1; (arrays2: lodash.__, arrays: lodash.List | null | undefined): LodashIntersection1x2; (arrays2: lodash.List | null | undefined, arrays: lodash.List | null | undefined): T[]; } type LodashIntersection1x1 = (arrays: lodash.List | null | undefined) => T[]; type LodashIntersection1x2 = (arrays2: lodash.List | null | undefined) => T[]; interface LodashIntersectionBy { (iteratee: lodash.ValueIteratee): LodashIntersectionBy1x1; (iteratee: lodash.__, array: lodash.List | null): LodashIntersectionBy1x2; (iteratee: lodash.ValueIteratee, array: lodash.List | null): LodashIntersectionBy1x3; (iteratee: lodash.__, array: lodash.__, values: lodash.List): LodashIntersectionBy1x4; (iteratee: lodash.ValueIteratee, array: lodash.__, values: lodash.List): LodashIntersectionBy1x5; (iteratee: lodash.__, array: lodash.List | null, values: lodash.List): LodashIntersectionBy1x6; (iteratee: lodash.ValueIteratee, array: lodash.List | null, values: lodash.List): T1[]; } interface LodashIntersectionBy1x1 { (array: lodash.List | null): LodashIntersectionBy1x3; (array: lodash.__, values: lodash.List): LodashIntersectionBy1x5; (array: lodash.List | null, values: lodash.List): T1[]; } interface LodashIntersectionBy1x2 { (iteratee: lodash.ValueIteratee): LodashIntersectionBy1x3; (iteratee: lodash.__, values: lodash.List): LodashIntersectionBy1x6; (iteratee: lodash.ValueIteratee, values: lodash.List): T1[]; } type LodashIntersectionBy1x3 = (values: lodash.List) => T1[]; interface LodashIntersectionBy1x4 { (iteratee: lodash.ValueIteratee): LodashIntersectionBy1x5; (iteratee: lodash.__, array: lodash.List | null): LodashIntersectionBy1x6; (iteratee: lodash.ValueIteratee, array: lodash.List | null): T1[]; } type LodashIntersectionBy1x5 = (array: lodash.List | null) => T1[]; type LodashIntersectionBy1x6 = (iteratee: lodash.ValueIteratee) => T1[]; interface LodashIntersectionWith { (comparator: lodash.Comparator2): LodashIntersectionWith1x1; (comparator: lodash.__, array: lodash.List | null | undefined): LodashIntersectionWith1x2; (comparator: lodash.Comparator2, array: lodash.List | null | undefined): LodashIntersectionWith1x3; (comparator: lodash.__, array: lodash.__, values: lodash.List): LodashIntersectionWith1x4; (comparator: lodash.Comparator2, array: lodash.__, values: lodash.List): LodashIntersectionWith1x5; (comparator: lodash.__, array: lodash.List | null | undefined, values: lodash.List): LodashIntersectionWith1x6; (comparator: lodash.Comparator2, array: lodash.List | null | undefined, values: lodash.List): T1[]; } interface LodashIntersectionWith1x1 { (array: lodash.List | null | undefined): LodashIntersectionWith1x3; (array: lodash.__, values: lodash.List): LodashIntersectionWith1x5; (array: lodash.List | null | undefined, values: lodash.List): T1[]; } interface LodashIntersectionWith1x2 { (comparator: lodash.Comparator2): LodashIntersectionWith1x3; (comparator: lodash.__, values: lodash.List): LodashIntersectionWith1x6; (comparator: lodash.Comparator2, values: lodash.List): T1[]; } type LodashIntersectionWith1x3 = (values: lodash.List) => T1[]; interface LodashIntersectionWith1x4 { (comparator: lodash.Comparator2): LodashIntersectionWith1x5; (comparator: lodash.__, array: lodash.List | null | undefined): LodashIntersectionWith1x6; (comparator: lodash.Comparator2, array: lodash.List | null | undefined): T1[]; } type LodashIntersectionWith1x5 = (array: lodash.List | null | undefined) => T1[]; type LodashIntersectionWith1x6 = (comparator: lodash.Comparator2) => T1[]; type LodashInvert = (object: object) => lodash.Dictionary; interface LodashInvertBy { (interatee: lodash.ValueIteratee): LodashInvertBy1x1; (interatee: lodash.__, object: lodash.Dictionary | lodash.NumericDictionary | null | undefined): LodashInvertBy1x2; (interatee: lodash.ValueIteratee, object: lodash.Dictionary | lodash.NumericDictionary | null | undefined): lodash.Dictionary; (interatee: lodash.__, object: T | null | undefined): LodashInvertBy2x2; (interatee: lodash.ValueIteratee, object: T | null | undefined): lodash.Dictionary; } type LodashInvertBy1x1 = (object: lodash.Dictionary | lodash.NumericDictionary | object | null | undefined) => lodash.Dictionary; type LodashInvertBy1x2 = (interatee: lodash.ValueIteratee) => lodash.Dictionary; type LodashInvertBy2x2 = (interatee: lodash.ValueIteratee) => lodash.Dictionary; interface LodashInvoke { (path: lodash.PropertyPath): LodashInvoke1x1; (path: lodash.__, object: any): LodashInvoke1x2; (path: lodash.PropertyPath, object: any): any; } type LodashInvoke1x1 = (object: any) => any; type LodashInvoke1x2 = (path: lodash.PropertyPath) => any; interface LodashInvokeArgs { (path: lodash.PropertyPath): LodashInvokeArgs1x1; (path: lodash.__, args: ReadonlyArray): LodashInvokeArgs1x2; (path: lodash.PropertyPath, args: ReadonlyArray): LodashInvokeArgs1x3; (path: lodash.__, args: lodash.__, object: any): LodashInvokeArgs1x4; (path: lodash.PropertyPath, args: lodash.__, object: any): LodashInvokeArgs1x5; (path: lodash.__, args: ReadonlyArray, object: any): LodashInvokeArgs1x6; (path: lodash.PropertyPath, args: ReadonlyArray, object: any): any; } interface LodashInvokeArgs1x1 { (args: ReadonlyArray): LodashInvokeArgs1x3; (args: lodash.__, object: any): LodashInvokeArgs1x5; (args: ReadonlyArray, object: any): any; } interface LodashInvokeArgs1x2 { (path: lodash.PropertyPath): LodashInvokeArgs1x3; (path: lodash.__, object: any): LodashInvokeArgs1x6; (path: lodash.PropertyPath, object: any): any; } type LodashInvokeArgs1x3 = (object: any) => any; interface LodashInvokeArgs1x4 { (path: lodash.PropertyPath): LodashInvokeArgs1x5; (path: lodash.__, args: ReadonlyArray): LodashInvokeArgs1x6; (path: lodash.PropertyPath, args: ReadonlyArray): any; } type LodashInvokeArgs1x5 = (args: ReadonlyArray) => any; type LodashInvokeArgs1x6 = (path: lodash.PropertyPath) => any; interface LodashInvokeArgsMap { (methodName: string): LodashInvokeArgsMap1x1; (methodNameOrMethod: lodash.__, args: ReadonlyArray): LodashInvokeArgsMap1x2; (methodName: string, args: ReadonlyArray): LodashInvokeArgsMap1x3; (methodNameOrMethod: lodash.__, args: lodash.__, collection: object | null | undefined): LodashInvokeArgsMap1x4; (methodName: string, args: lodash.__, collection: object | null | undefined): LodashInvokeArgsMap1x5; (methodNameOrMethod: lodash.__, args: ReadonlyArray, collection: object | null | undefined): LodashInvokeArgsMap1x6; (methodName: string, args: ReadonlyArray, collection: object | null | undefined): any[]; (method: (...args: any[]) => TResult): LodashInvokeArgsMap2x1; (method: (...args: any[]) => TResult, args: ReadonlyArray): LodashInvokeArgsMap2x3; (method: (...args: any[]) => TResult, args: lodash.__, collection: object | null | undefined): LodashInvokeArgsMap2x5; (method: (...args: any[]) => TResult, args: ReadonlyArray, collection: object | null | undefined): TResult[]; } interface LodashInvokeArgsMap1x1 { (args: ReadonlyArray): LodashInvokeArgsMap1x3; (args: lodash.__, collection: object | null | undefined): LodashInvokeArgsMap1x5; (args: ReadonlyArray, collection: object | null | undefined): any[]; } interface LodashInvokeArgsMap1x2 { (methodName: string): LodashInvokeArgsMap1x3; (methodNameOrMethod: lodash.__, collection: object | null | undefined): LodashInvokeArgsMap1x6; (methodName: string, collection: object | null | undefined): any[]; (method: (...args: any[]) => TResult): LodashInvokeArgsMap2x3; (method: (...args: any[]) => TResult, collection: object | null | undefined): TResult[]; } type LodashInvokeArgsMap1x3 = (collection: object | null | undefined) => any[]; interface LodashInvokeArgsMap1x4 { (methodName: string): LodashInvokeArgsMap1x5; (methodNameOrMethod: lodash.__, args: ReadonlyArray): LodashInvokeArgsMap1x6; (methodName: string, args: ReadonlyArray): any[]; (method: (...args: any[]) => TResult): LodashInvokeArgsMap2x5; (method: (...args: any[]) => TResult, args: ReadonlyArray): TResult[]; } type LodashInvokeArgsMap1x5 = (args: ReadonlyArray) => any[]; interface LodashInvokeArgsMap1x6 { (methodName: string): any[]; (method: (...args: any[]) => TResult): TResult[]; } interface LodashInvokeArgsMap2x1 { (args: ReadonlyArray): LodashInvokeArgsMap2x3; (args: lodash.__, collection: object | null | undefined): LodashInvokeArgsMap2x5; (args: ReadonlyArray, collection: object | null | undefined): TResult[]; } type LodashInvokeArgsMap2x3 = (collection: object | null | undefined) => TResult[]; type LodashInvokeArgsMap2x5 = (args: ReadonlyArray) => TResult[]; interface LodashInvokeMap { (methodName: string): LodashInvokeMap1x1; (methodNameOrMethod: lodash.__, collection: object | null | undefined): LodashInvokeMap1x2; (methodName: string, collection: object | null | undefined): any[]; (method: (...args: any[]) => TResult): LodashInvokeMap2x1; (method: (...args: any[]) => TResult, collection: object | null | undefined): TResult[]; } type LodashInvokeMap1x1 = (collection: object | null | undefined) => any[]; interface LodashInvokeMap1x2 { (methodName: string): any[]; (method: (...args: any[]) => TResult): TResult[]; } type LodashInvokeMap2x1 = (collection: object | null | undefined) => TResult[]; type LodashIsArguments = (value: any) => value is IArguments; type LodashIsArray = (value: any) => value is any[]; type LodashIsArrayBuffer = (value: any) => value is ArrayBuffer; interface LodashIsArrayLike { (t: T): boolean; (value: ((...args: any[]) => any) | null | undefined): value is never; (value: any): value is { length: number }; } interface LodashIsArrayLikeObject { (value: T): boolean; (value: ((...args: any[]) => any) | lodash.FunctionBase | string | boolean | number | null | undefined): value is never; (value: any): value is object & { length: number }; } type LodashIsBoolean = (value: any) => value is boolean; type LodashIsBuffer = (value: any) => boolean; type LodashIsDate = (value: any) => value is Date; type LodashIsElement = (value: any) => boolean; type LodashIsEmpty = (value: any) => boolean; interface LodashIsEqualWith { (customizer: lodash.IsEqualCustomizer): LodashIsEqualWith1x1; (customizer: lodash.__, value: any): LodashIsEqualWith1x2; (customizer: lodash.IsEqualCustomizer, value: any): LodashIsEqualWith1x3; (customizer: lodash.__, value: lodash.__, other: any): LodashIsEqualWith1x4; (customizer: lodash.IsEqualCustomizer, value: lodash.__, other: any): LodashIsEqualWith1x5; (customizer: lodash.__, value: any, other: any): LodashIsEqualWith1x6; (customizer: lodash.IsEqualCustomizer, value: any, other: any): boolean; } interface LodashIsEqualWith1x1 { (value: any): LodashIsEqualWith1x3; (value: lodash.__, other: any): LodashIsEqualWith1x5; (value: any, other: any): boolean; } interface LodashIsEqualWith1x2 { (customizer: lodash.IsEqualCustomizer): LodashIsEqualWith1x3; (customizer: lodash.__, other: any): LodashIsEqualWith1x6; (customizer: lodash.IsEqualCustomizer, other: any): boolean; } type LodashIsEqualWith1x3 = (other: any) => boolean; interface LodashIsEqualWith1x4 { (customizer: lodash.IsEqualCustomizer): LodashIsEqualWith1x5; (customizer: lodash.__, value: any): LodashIsEqualWith1x6; (customizer: lodash.IsEqualCustomizer, value: any): boolean; } type LodashIsEqualWith1x5 = (value: any) => boolean; type LodashIsEqualWith1x6 = (customizer: lodash.IsEqualCustomizer) => boolean; type LodashIsError = (value: any) => value is Error; type LodashIsFinite = (value: any) => boolean; type LodashIsFunction = (value: any) => value is (...args: any[]) => any; type LodashIsInteger = (value: any) => boolean; type LodashIsLength = (value: any) => boolean; type LodashIsMap = (value: any) => value is Map; interface LodashIsMatch { (source: object): LodashIsMatch1x1; (source: lodash.__, object: object): LodashIsMatch1x2; (source: object, object: object): boolean; } type LodashIsMatch1x1 = (object: object) => boolean; type LodashIsMatch1x2 = (source: object) => boolean; interface LodashIsMatchWith { (customizer: lodash.isMatchWithCustomizer): LodashIsMatchWith1x1; (customizer: lodash.__, source: object): LodashIsMatchWith1x2; (customizer: lodash.isMatchWithCustomizer, source: object): LodashIsMatchWith1x3; (customizer: lodash.__, source: lodash.__, object: object): LodashIsMatchWith1x4; (customizer: lodash.isMatchWithCustomizer, source: lodash.__, object: object): LodashIsMatchWith1x5; (customizer: lodash.__, source: object, object: object): LodashIsMatchWith1x6; (customizer: lodash.isMatchWithCustomizer, source: object, object: object): boolean; } interface LodashIsMatchWith1x1 { (source: object): LodashIsMatchWith1x3; (source: lodash.__, object: object): LodashIsMatchWith1x5; (source: object, object: object): boolean; } interface LodashIsMatchWith1x2 { (customizer: lodash.isMatchWithCustomizer): LodashIsMatchWith1x3; (customizer: lodash.__, object: object): LodashIsMatchWith1x6; (customizer: lodash.isMatchWithCustomizer, object: object): boolean; } type LodashIsMatchWith1x3 = (object: object) => boolean; interface LodashIsMatchWith1x4 { (customizer: lodash.isMatchWithCustomizer): LodashIsMatchWith1x5; (customizer: lodash.__, source: object): LodashIsMatchWith1x6; (customizer: lodash.isMatchWithCustomizer, source: object): boolean; } type LodashIsMatchWith1x5 = (source: object) => boolean; type LodashIsMatchWith1x6 = (customizer: lodash.isMatchWithCustomizer) => boolean; type LodashIsNaN = (value: any) => boolean; type LodashIsNative = (value: any) => value is (...args: any[]) => any; type LodashIsNil = (value: any) => value is null | undefined; type LodashIsNull = (value: any) => value is null; type LodashIsNumber = (value: any) => value is number; type LodashIsObject = (value: any) => value is object; type LodashIsObjectLike = (value: any) => boolean; type LodashIsPlainObject = (value: any) => boolean; type LodashIsRegExp = (value: any) => value is RegExp; type LodashIsSafeInteger = (value: any) => boolean; type LodashIsSet = (value: any) => value is Set; type LodashIsString = (value: any) => value is string; type LodashIsSymbol = (value: any) => value is symbol; type LodashIsTypedArray = (value: any) => boolean; type LodashIsUndefined = (value: any) => value is undefined; type LodashIsWeakMap = (value: any) => value is WeakMap; type LodashIsWeakSet = (value: any) => value is WeakSet; interface LodashIteratee { any>(func: TFunction): TFunction; (func: string | object): (...args: any[]) => any; } interface LodashJoin { (separator: string): LodashJoin1x1; (separator: lodash.__, array: lodash.List | null | undefined): LodashJoin1x2; (separator: string, array: lodash.List | null | undefined): string; } type LodashJoin1x1 = (array: lodash.List | null | undefined) => string; type LodashJoin1x2 = (separator: string) => string; type LodashOver = (iteratees: lodash.Many<(...args: any[]) => TResult>) => (...args: any[]) => TResult[]; type LodashKebabCase = (string: string) => string; type LodashKeys = (object: any) => string[]; type LodashKeysIn = (object: any) => string[]; type LodashLast = (array: lodash.List | null | undefined) => T | undefined; interface LodashLastIndexOf { (value: T): LodashLastIndexOf1x1; (value: lodash.__, array: lodash.List | null | undefined): LodashLastIndexOf1x2; (value: T, array: lodash.List | null | undefined): number; } type LodashLastIndexOf1x1 = (array: lodash.List | null | undefined) => number; type LodashLastIndexOf1x2 = (value: T) => number; interface LodashLastIndexOfFrom { (value: T): LodashLastIndexOfFrom1x1; (value: lodash.__, fromIndex: true|number): LodashLastIndexOfFrom1x2; (value: T, fromIndex: true|number): LodashLastIndexOfFrom1x3; (value: lodash.__, fromIndex: lodash.__, array: lodash.List | null | undefined): LodashLastIndexOfFrom1x4; (value: T, fromIndex: lodash.__, array: lodash.List | null | undefined): LodashLastIndexOfFrom1x5; (value: lodash.__, fromIndex: true|number, array: lodash.List | null | undefined): LodashLastIndexOfFrom1x6; (value: T, fromIndex: true|number, array: lodash.List | null | undefined): number; } interface LodashLastIndexOfFrom1x1 { (fromIndex: true|number): LodashLastIndexOfFrom1x3; (fromIndex: lodash.__, array: lodash.List | null | undefined): LodashLastIndexOfFrom1x5; (fromIndex: true|number, array: lodash.List | null | undefined): number; } interface LodashLastIndexOfFrom1x2 { (value: T): LodashLastIndexOfFrom1x3; (value: lodash.__, array: lodash.List | null | undefined): LodashLastIndexOfFrom1x6; (value: T, array: lodash.List | null | undefined): number; } type LodashLastIndexOfFrom1x3 = (array: lodash.List | null | undefined) => number; interface LodashLastIndexOfFrom1x4 { (value: T): LodashLastIndexOfFrom1x5; (value: lodash.__, fromIndex: true|number): LodashLastIndexOfFrom1x6; (value: T, fromIndex: true|number): number; } type LodashLastIndexOfFrom1x5 = (fromIndex: true|number) => number; type LodashLastIndexOfFrom1x6 = (value: T) => number; type LodashLowerCase = (string: string) => string; type LodashLowerFirst = (string: string) => string; interface LodashLt { (value: any): LodashLt1x1; (value: lodash.__, other: any): LodashLt1x2; (value: any, other: any): boolean; } type LodashLt1x1 = (other: any) => boolean; type LodashLt1x2 = (value: any) => boolean; interface LodashLte { (value: any): LodashLte1x1; (value: lodash.__, other: any): LodashLte1x2; (value: any, other: any): boolean; } type LodashLte1x1 = (other: any) => boolean; type LodashLte1x2 = (value: any) => boolean; interface LodashMap { (iteratee: (value: T) => TResult): LodashMap1x1; (iteratee: lodash.__, collection: T[] | null | undefined): LodashMap1x2; (iteratee: (value: T) => TResult, collection: T[] | lodash.List | null | undefined): TResult[]; (iteratee: lodash.__, collection: lodash.List | null | undefined): LodashMap2x2; (iteratee: (value: T[keyof T]) => TResult): LodashMap3x1; (iteratee: lodash.__, collection: T | null | undefined): LodashMap3x2; (iteratee: (value: T[keyof T]) => TResult, collection: T | null | undefined): TResult[]; (iteratee: K): LodashMap4x1; (iteratee: lodash.__, collection: lodash.Dictionary | lodash.NumericDictionary | null | undefined): LodashMap4x2; (iteratee: K, collection: lodash.Dictionary | lodash.NumericDictionary | null | undefined): Array; (iteratee: string): LodashMap5x1; (iteratee: string, collection: lodash.Dictionary | lodash.NumericDictionary | null | undefined): any[]; (iteratee: object): LodashMap6x1; (iteratee: object, collection: lodash.Dictionary | lodash.NumericDictionary | null | undefined): boolean[]; } type LodashMap1x1 = (collection: T[] | lodash.List | null | undefined) => TResult[]; type LodashMap1x2 = (iteratee: (value: T) => TResult) => TResult[]; type LodashMap2x2 = (iteratee: (value: T) => TResult) => TResult[]; type LodashMap3x1 = (collection: T | null | undefined) => TResult[]; type LodashMap3x2 = (iteratee: (value: T[keyof T]) => TResult) => TResult[]; type LodashMap4x1 = (collection: lodash.Dictionary | lodash.NumericDictionary | null | undefined) => Array; interface LodashMap4x2 { (iteratee: K): Array; (iteratee: string): any[]; (iteratee: object): boolean[]; } type LodashMap5x1 = (collection: lodash.Dictionary | lodash.NumericDictionary | null | undefined) => any[]; type LodashMap6x1 = (collection: lodash.Dictionary | lodash.NumericDictionary | null | undefined) => boolean[]; interface LodashMapKeys { (iteratee: lodash.ValueIteratee): LodashMapKeys1x1; (iteratee: lodash.__, object: lodash.List | null | undefined): LodashMapKeys1x2; (iteratee: lodash.ValueIteratee, object: lodash.List | null | undefined): lodash.Dictionary; (iteratee: lodash.ValueIteratee): LodashMapKeys2x1; (iteratee: lodash.__, object: T | null | undefined): LodashMapKeys2x2; (iteratee: lodash.ValueIteratee, object: T | null | undefined): lodash.Dictionary; } type LodashMapKeys1x1 = (object: lodash.List | null | undefined) => lodash.Dictionary; type LodashMapKeys1x2 = (iteratee: lodash.ValueIteratee) => lodash.Dictionary; type LodashMapKeys2x1 = (object: T | null | undefined) => lodash.Dictionary; type LodashMapKeys2x2 = (iteratee: lodash.ValueIteratee) => lodash.Dictionary; interface LodashMapValues { (callback: (value: T) => TResult): LodashMapValues1x1; (callbackOrIterateeOrIterateeOrIteratee: lodash.__, obj: lodash.Dictionary | lodash.NumericDictionary | null | undefined): LodashMapValues1x2; (callback: (value: T) => TResult, obj: lodash.Dictionary | lodash.NumericDictionary | null | undefined): lodash.Dictionary; (callback: (value: T[keyof T]) => TResult): LodashMapValues2x1; (callbackOrIterateeOrIteratee: lodash.__, obj: T | null | undefined): LodashMapValues2x2; (callback: (value: T[keyof T]) => TResult, obj: T | null | undefined): { [P in keyof T]: TResult }; (iteratee: object): LodashMapValues3x1; (iteratee: object, obj: lodash.Dictionary | lodash.NumericDictionary | null | undefined): lodash.Dictionary; (iteratee: object, obj: T | null | undefined): { [P in keyof T]: boolean }; (iteratee: TKey): LodashMapValues5x1; (iteratee: TKey, obj: lodash.Dictionary | lodash.NumericDictionary | null | undefined): lodash.Dictionary; (iteratee: string): LodashMapValues6x1; (iteratee: string, obj: lodash.Dictionary | lodash.NumericDictionary | null | undefined): lodash.Dictionary; (iteratee: string, obj: T | null | undefined): { [P in keyof T]: any }; } type LodashMapValues1x1 = (obj: lodash.Dictionary | lodash.NumericDictionary | null | undefined) => lodash.Dictionary; interface LodashMapValues1x2 { (callback: (value: T) => TResult): lodash.Dictionary; (iteratee: object): lodash.Dictionary; (iteratee: TKey): lodash.Dictionary; (iteratee: string): lodash.Dictionary; } type LodashMapValues2x1 = (obj: T | null | undefined) => { [P in keyof T]: TResult }; interface LodashMapValues2x2 { (callback: (value: T[keyof T]) => TResult): { [P in keyof T]: TResult }; (iteratee: object): { [P in keyof T]: boolean }; (iteratee: string): { [P in keyof T]: any }; } interface LodashMapValues3x1 { (obj: lodash.Dictionary | lodash.NumericDictionary | null | undefined): lodash.Dictionary; (obj: T | null | undefined): { [P in keyof T]: boolean }; } type LodashMapValues5x1 = (obj: lodash.Dictionary | lodash.NumericDictionary | null | undefined) => lodash.Dictionary; interface LodashMapValues6x1 { (obj: lodash.Dictionary | lodash.NumericDictionary | null | undefined): lodash.Dictionary; (obj: T | null | undefined): { [P in keyof T]: any }; } interface LodashMatchesProperty { (path: lodash.PropertyPath): LodashMatchesProperty1x1; (path: lodash.__, srcValue: T): LodashMatchesProperty1x2; (path: lodash.PropertyPath, srcValue: T): (value: any) => boolean; } type LodashMatchesProperty1x1 = (srcValue: T) => (value: any) => boolean; type LodashMatchesProperty1x2 = (path: lodash.PropertyPath) => (value: any) => boolean; type LodashMax = (collection: lodash.List | null | undefined) => T | undefined; interface LodashMaxBy { (iteratee: lodash.ValueIteratee): LodashMaxBy1x1; (iteratee: lodash.__, collection: lodash.List | null | undefined): LodashMaxBy1x2; (iteratee: lodash.ValueIteratee, collection: lodash.List | null | undefined): T | undefined; } type LodashMaxBy1x1 = (collection: lodash.List | null | undefined) => T | undefined; type LodashMaxBy1x2 = (iteratee: lodash.ValueIteratee) => T | undefined; type LodashMean = (collection: lodash.List | null | undefined) => number; interface LodashMeanBy { (iteratee: lodash.ValueIteratee): LodashMeanBy1x1; (iteratee: lodash.__, collection: lodash.List | null | undefined): LodashMeanBy1x2; (iteratee: lodash.ValueIteratee, collection: lodash.List | null | undefined): number; } type LodashMeanBy1x1 = (collection: lodash.List | null | undefined) => number; type LodashMeanBy1x2 = (iteratee: lodash.ValueIteratee) => number; type LodashMemoize = any>(func: T) => T & lodash.MemoizedFunction; interface LodashMerge { (object: TObject): LodashMerge1x1; (object: lodash.__, source: TSource): LodashMerge1x2; (object: TObject, source: TSource): TObject & TSource; } type LodashMerge1x1 = (source: TSource) => TObject & TSource; type LodashMerge1x2 = (object: TObject) => TObject & TSource; interface LodashMergeAll { (object: [TObject, TSource]): TObject & TSource; (object: [TObject, TSource1, TSource2]): TObject & TSource1 & TSource2; (object: [TObject, TSource1, TSource2, TSource3]): TObject & TSource1 & TSource2 & TSource3; (object: [TObject, TSource1, TSource2, TSource3, TSource4]): TObject & TSource1 & TSource2 & TSource3 & TSource4; (object: ReadonlyArray): any; } interface LodashMergeAllWith { (customizer: lodash.MergeWithCustomizer): LodashMergeAllWith1x1; (customizer: lodash.__, args: ReadonlyArray): LodashMergeAllWith1x2; (customizer: lodash.MergeWithCustomizer, args: ReadonlyArray): any; } type LodashMergeAllWith1x1 = (args: ReadonlyArray) => any; type LodashMergeAllWith1x2 = (customizer: lodash.MergeWithCustomizer) => any; interface LodashMergeWith { (customizer: lodash.MergeWithCustomizer): LodashMergeWith1x1; (customizer: lodash.__, object: TObject): LodashMergeWith1x2; (customizer: lodash.MergeWithCustomizer, object: TObject): LodashMergeWith1x3; (customizer: lodash.__, object: lodash.__, source: TSource): LodashMergeWith1x4; (customizer: lodash.MergeWithCustomizer, object: lodash.__, source: TSource): LodashMergeWith1x5; (customizer: lodash.__, object: TObject, source: TSource): LodashMergeWith1x6; (customizer: lodash.MergeWithCustomizer, object: TObject, source: TSource): TObject & TSource; } interface LodashMergeWith1x1 { (object: TObject): LodashMergeWith1x3; (object: lodash.__, source: TSource): LodashMergeWith1x5; (object: TObject, source: TSource): TObject & TSource; } interface LodashMergeWith1x2 { (customizer: lodash.MergeWithCustomizer): LodashMergeWith1x3; (customizer: lodash.__, source: TSource): LodashMergeWith1x6; (customizer: lodash.MergeWithCustomizer, source: TSource): TObject & TSource; } type LodashMergeWith1x3 = (source: TSource) => TObject & TSource; interface LodashMergeWith1x4 { (customizer: lodash.MergeWithCustomizer): LodashMergeWith1x5; (customizer: lodash.__, object: TObject): LodashMergeWith1x6; (customizer: lodash.MergeWithCustomizer, object: TObject): TObject & TSource; } type LodashMergeWith1x5 = (object: TObject) => TObject & TSource; type LodashMergeWith1x6 = (customizer: lodash.MergeWithCustomizer) => TObject & TSource; type LodashMethod = (path: lodash.PropertyPath) => (object: any) => any; type LodashMethodOf = (object: object) => (path: lodash.PropertyPath) => any; type LodashMin = (collection: lodash.List | null | undefined) => T | undefined; interface LodashMinBy { (iteratee: lodash.ValueIteratee): LodashMinBy1x1; (iteratee: lodash.__, collection: lodash.List | null | undefined): LodashMinBy1x2; (iteratee: lodash.ValueIteratee, collection: lodash.List | null | undefined): T | undefined; } type LodashMinBy1x1 = (collection: lodash.List | null | undefined) => T | undefined; type LodashMinBy1x2 = (iteratee: lodash.ValueIteratee) => T | undefined; interface LodashMultiply { (multiplier: number): LodashMultiply1x1; (multiplier: lodash.__, multiplicand: number): LodashMultiply1x2; (multiplier: number, multiplicand: number): number; } type LodashMultiply1x1 = (multiplicand: number) => number; type LodashMultiply1x2 = (multiplier: number) => number; type LodashNoConflict = () => typeof _; type LodashNoop = (...args: any[]) => void; type LodashNow = () => number; interface LodashNth { (n: number): LodashNth1x1; (n: lodash.__, array: lodash.List | null | undefined): LodashNth1x2; (n: number, array: lodash.List | null | undefined): T | undefined; } type LodashNth1x1 = (array: lodash.List | null | undefined) => T | undefined; type LodashNth1x2 = (n: number) => T | undefined; type LodashNthArg = (n: number) => (...args: any[]) => any; interface LodashOmit { (paths: lodash.Many): LodashOmit1x1; (paths: lodash.__, object: T | null | undefined): LodashOmit1x2; (paths: lodash.Many, object: T | null | undefined): lodash.Omit; (paths: lodash.Many): LodashOmit2x1; (paths: lodash.Many, object: T | null | undefined): lodash.PartialObject; } type LodashOmit1x1 = (object: T | null | undefined) => lodash.Omit; interface LodashOmit1x2 { (paths: lodash.Many): lodash.Omit; (paths: lodash.Many): lodash.PartialObject; } type LodashOmit2x1 = (object: T | null | undefined) => lodash.PartialObject; interface LodashOmitBy { (predicate: lodash.ValueKeyIteratee): LodashOmitBy1x1; (predicate: lodash.__, object: lodash.Dictionary | null | undefined): LodashOmitBy1x2; (predicate: lodash.ValueKeyIteratee, object: lodash.Dictionary | null | undefined): lodash.Dictionary; (predicate: lodash.__, object: lodash.NumericDictionary | null | undefined): LodashOmitBy2x2; (predicate: lodash.ValueKeyIteratee, object: lodash.NumericDictionary | null | undefined): lodash.NumericDictionary; (predicate: lodash.__, object: T | null | undefined): LodashOmitBy3x2; (predicate: lodash.ValueKeyIteratee, object: T | null | undefined): lodash.PartialObject; } interface LodashOmitBy1x1 { (object: lodash.Dictionary | null | undefined): lodash.Dictionary; (object: lodash.NumericDictionary | null | undefined): lodash.NumericDictionary; (object: T1 | null | undefined): lodash.PartialObject; } type LodashOmitBy1x2 = (predicate: lodash.ValueKeyIteratee) => lodash.Dictionary; type LodashOmitBy2x2 = (predicate: lodash.ValueKeyIteratee) => lodash.NumericDictionary; type LodashOmitBy3x2 = (predicate: lodash.ValueKeyIteratee) => lodash.PartialObject; type LodashOnce = any>(func: T) => T; interface LodashOrderBy { (iteratees: lodash.Many<(value: T) => lodash.NotVoid>): LodashOrderBy1x1; (iteratees: lodash.__, orders: lodash.Many): LodashOrderBy1x2; (iteratees: lodash.Many<(value: T) => lodash.NotVoid>, orders: lodash.Many): LodashOrderBy1x3; (iteratees: lodash.__, orders: lodash.__, collection: lodash.List | null | undefined): LodashOrderBy1x4; (iteratees: lodash.Many<(value: T) => lodash.NotVoid>, orders: lodash.__, collection: lodash.List | null | undefined): LodashOrderBy1x5; (iteratees: lodash.__, orders: lodash.Many, collection: lodash.List | null | undefined): LodashOrderBy1x6; (iteratees: lodash.Many<(value: T) => lodash.NotVoid> | lodash.Many>, orders: lodash.Many, collection: lodash.List | null | undefined): T[]; (iteratees: lodash.Many>): LodashOrderBy2x1; (iteratees: lodash.Many>, orders: lodash.Many): LodashOrderBy2x3; (iteratees: lodash.Many>, orders: lodash.__, collection: lodash.List | null | undefined): LodashOrderBy2x5; (iteratees: lodash.__, orders: lodash.__, collection: T | null | undefined): LodashOrderBy3x4; (iteratees: lodash.Many<(value: T[keyof T]) => lodash.NotVoid>, orders: lodash.__, collection: T | null | undefined): LodashOrderBy3x5; (iteratees: lodash.__, orders: lodash.Many, collection: T | null | undefined): LodashOrderBy3x6; (iteratees: lodash.Many<(value: T[keyof T]) => lodash.NotVoid> | lodash.Many>, orders: lodash.Many, collection: T | null | undefined): Array; (iteratees: lodash.Many>, orders: lodash.__, collection: T | null | undefined): LodashOrderBy4x5; } interface LodashOrderBy1x1 { (orders: lodash.Many): LodashOrderBy1x3; (orders: lodash.__, collection: lodash.List | null | undefined): LodashOrderBy1x5; (orders: lodash.Many, collection: lodash.List | object | null | undefined): T[]; (orders: lodash.__, collection: T1 | null | undefined): LodashOrderBy3x5; } interface LodashOrderBy1x2 { (iteratees: lodash.Many<(value: T) => lodash.NotVoid>): LodashOrderBy1x3; (iteratees: lodash.__, collection: lodash.List | null | undefined): LodashOrderBy1x6; (iteratees: lodash.Many<(value: T) => lodash.NotVoid> | lodash.Many>, collection: lodash.List | null | undefined): T[]; (iteratees: lodash.Many>): LodashOrderBy2x3; (iteratees: lodash.__, collection: T | null | undefined): LodashOrderBy3x6; (iteratees: lodash.Many<(value: T[keyof T]) => lodash.NotVoid> | lodash.Many>, collection: T | null | undefined): Array; } interface LodashOrderBy1x3 { (collection: lodash.List | null | undefined): T[]; (collection: object | null | undefined): object[]; } interface LodashOrderBy1x4 { (iteratees: lodash.Many<(value: T) => lodash.NotVoid>): LodashOrderBy1x5; (iteratees: lodash.__, orders: lodash.Many): LodashOrderBy1x6; (iteratees: lodash.Many<(value: T) => lodash.NotVoid> | lodash.Many>, orders: lodash.Many): T[]; (iteratees: lodash.Many>): LodashOrderBy2x5; } type LodashOrderBy1x5 = (orders: lodash.Many) => T[]; type LodashOrderBy1x6 = (iteratees: lodash.Many<(value: T) => lodash.NotVoid> | lodash.Many>) => T[]; interface LodashOrderBy2x1 { (orders: lodash.Many): LodashOrderBy2x3; (orders: lodash.__, collection: lodash.List | null | undefined): LodashOrderBy2x5; (orders: lodash.Many, collection: lodash.List | object | null | undefined): T[]; (orders: lodash.__, collection: T1 | null | undefined): LodashOrderBy4x5; } interface LodashOrderBy2x3 { (collection: lodash.List | null | undefined): T[]; (collection: object | null | undefined): object[]; } type LodashOrderBy2x5 = (orders: lodash.Many) => T[]; interface LodashOrderBy3x4 { (iteratees: lodash.Many<(value: T[keyof T]) => lodash.NotVoid>): LodashOrderBy3x5; (iteratees: lodash.__, orders: lodash.Many): LodashOrderBy3x6; (iteratees: lodash.Many<(value: T[keyof T]) => lodash.NotVoid> | lodash.Many>, orders: lodash.Many): Array; (iteratees: lodash.Many>): LodashOrderBy4x5; } type LodashOrderBy3x5 = (orders: lodash.Many) => Array; type LodashOrderBy3x6 = (iteratees: lodash.Many<(value: T[keyof T]) => lodash.NotVoid> | lodash.Many>) => Array; type LodashOrderBy4x5 = (orders: lodash.Many) => Array; interface LodashOverArgs { (func: (...args: any[]) => any): LodashOverArgs1x1; (func: lodash.__, transforms: lodash.Many<(...args: any[]) => any>): LodashOverArgs1x2; (func: (...args: any[]) => any, transforms: lodash.Many<(...args: any[]) => any>): (...args: any[]) => any; } type LodashOverArgs1x1 = (transforms: lodash.Many<(...args: any[]) => any>) => (...args: any[]) => any; type LodashOverArgs1x2 = (func: (...args: any[]) => any) => (...args: any[]) => any; interface LodashPad { (length: number): LodashPad1x1; (length: lodash.__, string: string): LodashPad1x2; (length: number, string: string): string; } type LodashPad1x1 = (string: string) => string; type LodashPad1x2 = (length: number) => string; interface LodashPadChars { (chars: string): LodashPadChars1x1; (chars: lodash.__, length: number): LodashPadChars1x2; (chars: string, length: number): LodashPadChars1x3; (chars: lodash.__, length: lodash.__, string: string): LodashPadChars1x4; (chars: string, length: lodash.__, string: string): LodashPadChars1x5; (chars: lodash.__, length: number, string: string): LodashPadChars1x6; (chars: string, length: number, string: string): string; } interface LodashPadChars1x1 { (length: number): LodashPadChars1x3; (length: lodash.__, string: string): LodashPadChars1x5; (length: number, string: string): string; } interface LodashPadChars1x2 { (chars: string): LodashPadChars1x3; (chars: lodash.__, string: string): LodashPadChars1x6; (chars: string, string: string): string; } type LodashPadChars1x3 = (string: string) => string; interface LodashPadChars1x4 { (chars: string): LodashPadChars1x5; (chars: lodash.__, length: number): LodashPadChars1x6; (chars: string, length: number): string; } type LodashPadChars1x5 = (length: number) => string; type LodashPadChars1x6 = (chars: string) => string; interface LodashPadCharsEnd { (chars: string): LodashPadCharsEnd1x1; (chars: lodash.__, length: number): LodashPadCharsEnd1x2; (chars: string, length: number): LodashPadCharsEnd1x3; (chars: lodash.__, length: lodash.__, string: string): LodashPadCharsEnd1x4; (chars: string, length: lodash.__, string: string): LodashPadCharsEnd1x5; (chars: lodash.__, length: number, string: string): LodashPadCharsEnd1x6; (chars: string, length: number, string: string): string; } interface LodashPadCharsEnd1x1 { (length: number): LodashPadCharsEnd1x3; (length: lodash.__, string: string): LodashPadCharsEnd1x5; (length: number, string: string): string; } interface LodashPadCharsEnd1x2 { (chars: string): LodashPadCharsEnd1x3; (chars: lodash.__, string: string): LodashPadCharsEnd1x6; (chars: string, string: string): string; } type LodashPadCharsEnd1x3 = (string: string) => string; interface LodashPadCharsEnd1x4 { (chars: string): LodashPadCharsEnd1x5; (chars: lodash.__, length: number): LodashPadCharsEnd1x6; (chars: string, length: number): string; } type LodashPadCharsEnd1x5 = (length: number) => string; type LodashPadCharsEnd1x6 = (chars: string) => string; interface LodashPadCharsStart { (chars: string): LodashPadCharsStart1x1; (chars: lodash.__, length: number): LodashPadCharsStart1x2; (chars: string, length: number): LodashPadCharsStart1x3; (chars: lodash.__, length: lodash.__, string: string): LodashPadCharsStart1x4; (chars: string, length: lodash.__, string: string): LodashPadCharsStart1x5; (chars: lodash.__, length: number, string: string): LodashPadCharsStart1x6; (chars: string, length: number, string: string): string; } interface LodashPadCharsStart1x1 { (length: number): LodashPadCharsStart1x3; (length: lodash.__, string: string): LodashPadCharsStart1x5; (length: number, string: string): string; } interface LodashPadCharsStart1x2 { (chars: string): LodashPadCharsStart1x3; (chars: lodash.__, string: string): LodashPadCharsStart1x6; (chars: string, string: string): string; } type LodashPadCharsStart1x3 = (string: string) => string; interface LodashPadCharsStart1x4 { (chars: string): LodashPadCharsStart1x5; (chars: lodash.__, length: number): LodashPadCharsStart1x6; (chars: string, length: number): string; } type LodashPadCharsStart1x5 = (length: number) => string; type LodashPadCharsStart1x6 = (chars: string) => string; interface LodashPadEnd { (length: number): LodashPadEnd1x1; (length: lodash.__, string: string): LodashPadEnd1x2; (length: number, string: string): string; } type LodashPadEnd1x1 = (string: string) => string; type LodashPadEnd1x2 = (length: number) => string; interface LodashPadStart { (length: number): LodashPadStart1x1; (length: lodash.__, string: string): LodashPadStart1x2; (length: number, string: string): string; } type LodashPadStart1x1 = (string: string) => string; type LodashPadStart1x2 = (length: number) => string; interface LodashParseInt { (radix: number): LodashParseInt1x1; (radix: lodash.__, string: string): LodashParseInt1x2; (radix: number, string: string): number; } type LodashParseInt1x1 = (string: string) => number; type LodashParseInt1x2 = (radix: number) => number; interface LodashPartial { (func: lodash.Function2): LodashPartial1x1; (func: lodash.__, plc1: [lodash.__, T2]): LodashPartial1x2; (func: lodash.Function2, plc1: [lodash.__, T2]): lodash.Function1; (func: lodash.Function3): LodashPartial2x1; (func: lodash.Function3, plc1: [lodash.__, T2]): lodash.Function2; (func: lodash.__, plc1: [lodash.__, lodash.__, T3]): LodashPartial3x2; (func: lodash.Function3, plc1: [lodash.__, lodash.__, T3]): lodash.Function2; (func: lodash.__, arg1: [T1, lodash.__, T3]): LodashPartial4x2; (func: lodash.Function3, arg1: [T1, lodash.__, T3]): lodash.Function1; (func: lodash.__, plc1: [lodash.__, T2, T3]): LodashPartial5x2; (func: lodash.Function3, plc1: [lodash.__, T2, T3]): lodash.Function1; (func: lodash.Function4): LodashPartial6x1; (func: lodash.Function4, plc1: [lodash.__, T2]): lodash.Function3; (func: lodash.Function4, plc1: [lodash.__, lodash.__, T3]): lodash.Function3; (func: lodash.Function4, arg1: [T1, lodash.__, T3]): lodash.Function2; (func: lodash.Function4, plc1: [lodash.__, T2, T3]): lodash.Function2; (func: lodash.__, arg1OrT1: [T1, T2, T3]): LodashPartial10x2; (func: lodash.Function4, arg1: [T1, T2, T3]): lodash.Function1; (func: lodash.__, plc1: [lodash.__, lodash.__, lodash.__, T4]): LodashPartial11x2; (func: lodash.Function4, plc1: [lodash.__, lodash.__, lodash.__, T4]): lodash.Function3; (func: lodash.__, arg1: [T1, lodash.__, lodash.__, T4]): LodashPartial12x2; (func: lodash.Function4, arg1: [T1, lodash.__, lodash.__, T4]): lodash.Function2; (func: lodash.__, plc1: [lodash.__, T2, lodash.__, T4]): LodashPartial13x2; (func: lodash.Function4, plc1: [lodash.__, T2, lodash.__, T4]): lodash.Function2; (func: lodash.__, arg1: [T1, T2, lodash.__, T4]): LodashPartial14x2; (func: lodash.Function4, arg1: [T1, T2, lodash.__, T4]): lodash.Function1; (func: lodash.__, plc1: [lodash.__, lodash.__, T3, T4]): LodashPartial15x2; (func: lodash.Function4, plc1: [lodash.__, lodash.__, T3, T4]): lodash.Function2; (func: lodash.__, arg1: [T1, lodash.__, T3, T4]): LodashPartial16x2; (func: lodash.Function4, arg1: [T1, lodash.__, T3, T4]): lodash.Function1; (func: lodash.__, plc1: [lodash.__, T2, T3, T4]): LodashPartial17x2; (func: lodash.Function4, plc1: [lodash.__, T2, T3, T4]): lodash.Function1; (func: (t1: T1, ...ts: TS) => R): LodashPartial18x1; (func: lodash.__, arg1: [T1]): LodashPartial18x2; (func: (t1: T1, ...ts: TS) => R, arg1: [T1]): (...ts: TS) => R; (func: (t1: T1, t2: T2, ...ts: TS) => R): LodashPartial19x1; (func: lodash.__, t1: [T1, T2]): LodashPartial19x2; (func: (t1: T1, t2: T2, ...ts: TS) => R, t1: [T1, T2]): (...ts: TS) => R; (func: (t1: T1, t2: T2, t3: T3, ...ts: TS) => R): LodashPartial20x1; (func: (t1: T1, t2: T2, t3: T3, ...ts: TS) => R, t1: [T1, T2, T3]): (...ts: TS) => R; (func: (t1: T1, t2: T2, t3: T3, t4: T4, ...ts: TS) => R): LodashPartial21x1; (func: lodash.__, t1: [T1, T2, T3, T4]): LodashPartial21x2; (func: (t1: T1, t2: T2, t3: T3, t4: T4, ...ts: TS) => R, t1: [T1, T2, T3, T4]): (...ts: TS) => R; placeholder: lodash.__; } type LodashPartial1x1 = (plc1: [lodash.__, T2]) => lodash.Function1; interface LodashPartial1x2 { (func: lodash.Function2): lodash.Function1; (func: lodash.Function3): lodash.Function2; (func: lodash.Function4): lodash.Function3; } interface LodashPartial2x1 { (plc1: [lodash.__, T2]): lodash.Function2; (plc1: [lodash.__, lodash.__, T3]): lodash.Function2; (arg1: [T1, lodash.__, T3]): lodash.Function1; (plc1: [lodash.__, T2, T3]): lodash.Function1; } interface LodashPartial3x2 { (func: lodash.Function3): lodash.Function2; (func: lodash.Function4): lodash.Function3; } interface LodashPartial4x2 { (func: lodash.Function3): lodash.Function1; (func: lodash.Function4): lodash.Function2; } interface LodashPartial5x2 { (func: lodash.Function3): lodash.Function1; (func: lodash.Function4): lodash.Function2; } interface LodashPartial6x1 { (plc1: [lodash.__, T2]): lodash.Function3; (plc1: [lodash.__, lodash.__, T3]): lodash.Function3; (arg1: [T1, lodash.__, T3]): lodash.Function2; (plc1: [lodash.__, T2, T3]): lodash.Function2; (arg1: [T1, T2, T3]): lodash.Function1; (plc1: [lodash.__, lodash.__, lodash.__, T4]): lodash.Function3; (arg1: [T1, lodash.__, lodash.__, T4]): lodash.Function2; (plc1: [lodash.__, T2, lodash.__, T4]): lodash.Function2; (arg1: [T1, T2, lodash.__, T4]): lodash.Function1; (plc1: [lodash.__, lodash.__, T3, T4]): lodash.Function2; (arg1: [T1, lodash.__, T3, T4]): lodash.Function1; (plc1: [lodash.__, T2, T3, T4]): lodash.Function1; } interface LodashPartial10x2 { (func: lodash.Function4): lodash.Function1; (func: (t1: T1, t2: T2, t3: T3, ...ts: TS) => R): (...ts: TS) => R; } type LodashPartial11x2 = (func: lodash.Function4) => lodash.Function3; type LodashPartial12x2 = (func: lodash.Function4) => lodash.Function2; type LodashPartial13x2 = (func: lodash.Function4) => lodash.Function2; type LodashPartial14x2 = (func: lodash.Function4) => lodash.Function1; type LodashPartial15x2 = (func: lodash.Function4) => lodash.Function2; type LodashPartial16x2 = (func: lodash.Function4) => lodash.Function1; type LodashPartial17x2 = (func: lodash.Function4) => lodash.Function1; type LodashPartial18x1 = (arg1: [T1]) => (...ts: TS) => R; type LodashPartial18x2 = (func: (t1: T1, ...ts: TS) => R) => (...ts: TS) => R; type LodashPartial19x1 = (t1: [T1, T2]) => (...ts: TS) => R; type LodashPartial19x2 = (func: (t1: T1, t2: T2, ...ts: TS) => R) => (...ts: TS) => R; type LodashPartial20x1 = (t1: [T1, T2, T3]) => (...ts: TS) => R; type LodashPartial21x1 = (t1: [T1, T2, T3, T4]) => (...ts: TS) => R; type LodashPartial21x2 = (func: (t1: T1, t2: T2, t3: T3, t4: T4, ...ts: TS) => R) => (...ts: TS) => R; interface LodashPartialRight { (func: lodash.Function1): LodashPartialRight1x1; (func: lodash.__, arg1: [T1]): LodashPartialRight1x2; (func: lodash.Function1, arg1: [T1]): lodash.Function0; (func: lodash.Function2): LodashPartialRight2x1; (func: lodash.__, arg1: [T1, lodash.__]): LodashPartialRight2x2; (func: lodash.Function2, arg1: [T1, lodash.__]): lodash.Function1; (func: lodash.__, arg2: [T2]): LodashPartialRight3x2; (func: lodash.Function2, arg2: [T2]): lodash.Function1; (func: lodash.__, arg1: [T1, T2]): LodashPartialRight4x2; (func: lodash.Function2, arg1: [T1, T2]): lodash.Function0; (func: lodash.Function3): LodashPartialRight5x1; (func: lodash.__, arg1: [T1, lodash.__, lodash.__]): LodashPartialRight5x2; (func: lodash.Function3, arg1: [T1, lodash.__, lodash.__]): lodash.Function2; (func: lodash.__, arg2: [T2, lodash.__]): LodashPartialRight6x2; (func: lodash.Function3, arg2: [T2, lodash.__]): lodash.Function2; (func: lodash.__, arg1: [T1, T2, lodash.__]): LodashPartialRight7x2; (func: lodash.Function3, arg1: [T1, T2, lodash.__]): lodash.Function1; (func: lodash.__, arg3: [T3]): LodashPartialRight8x2; (func: lodash.Function3, arg3: [T3]): lodash.Function2; (func: lodash.__, arg1: [T1, lodash.__, T3]): LodashPartialRight9x2; (func: lodash.Function3, arg1: [T1, lodash.__, T3]): lodash.Function1; (func: lodash.__, arg2: [T2, T3]): LodashPartialRight10x2; (func: lodash.Function3, arg2: [T2, T3]): lodash.Function1; (func: lodash.__, arg1: [T1, T2, T3]): LodashPartialRight11x2; (func: lodash.Function3, arg1: [T1, T2, T3]): lodash.Function0; (func: lodash.Function4): LodashPartialRight12x1; (func: lodash.__, arg1: [T1, lodash.__, lodash.__, lodash.__]): LodashPartialRight12x2; (func: lodash.Function4, arg1: [T1, lodash.__, lodash.__, lodash.__]): lodash.Function3; (func: lodash.__, arg2: [T2, lodash.__, lodash.__]): LodashPartialRight13x2; (func: lodash.Function4, arg2: [T2, lodash.__, lodash.__]): lodash.Function3; (func: lodash.__, arg1: [T1, T2, lodash.__, lodash.__]): LodashPartialRight14x2; (func: lodash.Function4, arg1: [T1, T2, lodash.__, lodash.__]): lodash.Function2; (func: lodash.__, arg3: [T3, lodash.__]): LodashPartialRight15x2; (func: lodash.Function4, arg3: [T3, lodash.__]): lodash.Function3; (func: lodash.__, arg1: [T1, lodash.__, T3, lodash.__]): LodashPartialRight16x2; (func: lodash.Function4, arg1: [T1, lodash.__, T3, lodash.__]): lodash.Function2; (func: lodash.__, arg2: [T2, T3, lodash.__]): LodashPartialRight17x2; (func: lodash.Function4, arg2: [T2, T3, lodash.__]): lodash.Function2; (func: lodash.__, arg1: [T1, T2, T3, lodash.__]): LodashPartialRight18x2; (func: lodash.Function4, arg1: [T1, T2, T3, lodash.__]): lodash.Function1; (func: lodash.__, arg4: [T4]): LodashPartialRight19x2; (func: lodash.Function4, arg4: [T4]): lodash.Function3; (func: lodash.__, arg1: [T1, lodash.__, lodash.__, T4]): LodashPartialRight20x2; (func: lodash.Function4, arg1: [T1, lodash.__, lodash.__, T4]): lodash.Function2; (func: lodash.__, arg2: [T2, lodash.__, T4]): LodashPartialRight21x2; (func: lodash.Function4, arg2: [T2, lodash.__, T4]): lodash.Function2; (func: lodash.__, arg1: [T1, T2, lodash.__, T4]): LodashPartialRight22x2; (func: lodash.Function4, arg1: [T1, T2, lodash.__, T4]): lodash.Function1; (func: lodash.__, arg3: [T3, T4]): LodashPartialRight23x2; (func: lodash.Function4, arg3: [T3, T4]): lodash.Function2; (func: lodash.__, arg1: [T1, lodash.__, T3, T4]): LodashPartialRight24x2; (func: lodash.Function4, arg1: [T1, lodash.__, T3, T4]): lodash.Function1; (func: lodash.__, arg2: [T2, T3, T4]): LodashPartialRight25x2; (func: lodash.Function4, arg2: [T2, T3, T4]): lodash.Function1; (func: lodash.__, arg1: [T1, T2, T3, T4]): LodashPartialRight26x2; (func: lodash.Function4, arg1: [T1, T2, T3, T4]): lodash.Function0; (func: (...args: any[]) => any): LodashPartialRight27x1; (func: lodash.__, args: ReadonlyArray): LodashPartialRight27x2; (func: (...args: any[]) => any, args: ReadonlyArray): (...args: any[]) => any; placeholder: lodash.__; } type LodashPartialRight1x1 = (arg1: [T1]) => lodash.Function0; type LodashPartialRight1x2 = (func: lodash.Function1) => lodash.Function0; interface LodashPartialRight2x1 { (arg1: [T1, lodash.__]): lodash.Function1; (arg2: [T2]): lodash.Function1; (arg1: [T1, T2]): lodash.Function0; } type LodashPartialRight2x2 = (func: lodash.Function2) => lodash.Function1; type LodashPartialRight3x2 = (func: lodash.Function2) => lodash.Function1; type LodashPartialRight4x2 = (func: lodash.Function2) => lodash.Function0; interface LodashPartialRight5x1 { (arg1: [T1, lodash.__, lodash.__]): lodash.Function2; (arg2: [T2, lodash.__]): lodash.Function2; (arg1: [T1, T2, lodash.__]): lodash.Function1; (arg3: [T3]): lodash.Function2; (arg1: [T1, lodash.__, T3]): lodash.Function1; (arg2: [T2, T3]): lodash.Function1; (arg1: [T1, T2, T3]): lodash.Function0; } type LodashPartialRight5x2 = (func: lodash.Function3) => lodash.Function2; type LodashPartialRight6x2 = (func: lodash.Function3) => lodash.Function2; type LodashPartialRight7x2 = (func: lodash.Function3) => lodash.Function1; type LodashPartialRight8x2 = (func: lodash.Function3) => lodash.Function2; type LodashPartialRight9x2 = (func: lodash.Function3) => lodash.Function1; type LodashPartialRight10x2 = (func: lodash.Function3) => lodash.Function1; type LodashPartialRight11x2 = (func: lodash.Function3) => lodash.Function0; interface LodashPartialRight12x1 { (arg1: [T1, lodash.__, lodash.__, lodash.__]): lodash.Function3; (arg2: [T2, lodash.__, lodash.__]): lodash.Function3; (arg1: [T1, T2, lodash.__, lodash.__]): lodash.Function2; (arg3: [T3, lodash.__]): lodash.Function3; (arg1: [T1, lodash.__, T3, lodash.__]): lodash.Function2; (arg2: [T2, T3, lodash.__]): lodash.Function2; (arg1: [T1, T2, T3, lodash.__]): lodash.Function1; (arg4: [T4]): lodash.Function3; (arg1: [T1, lodash.__, lodash.__, T4]): lodash.Function2; (arg2: [T2, lodash.__, T4]): lodash.Function2; (arg1: [T1, T2, lodash.__, T4]): lodash.Function1; (arg3: [T3, T4]): lodash.Function2; (arg1: [T1, lodash.__, T3, T4]): lodash.Function1; (arg2: [T2, T3, T4]): lodash.Function1; (arg1: [T1, T2, T3, T4]): lodash.Function0; } type LodashPartialRight12x2 = (func: lodash.Function4) => lodash.Function3; type LodashPartialRight13x2 = (func: lodash.Function4) => lodash.Function3; type LodashPartialRight14x2 = (func: lodash.Function4) => lodash.Function2; type LodashPartialRight15x2 = (func: lodash.Function4) => lodash.Function3; type LodashPartialRight16x2 = (func: lodash.Function4) => lodash.Function2; type LodashPartialRight17x2 = (func: lodash.Function4) => lodash.Function2; type LodashPartialRight18x2 = (func: lodash.Function4) => lodash.Function1; type LodashPartialRight19x2 = (func: lodash.Function4) => lodash.Function3; type LodashPartialRight20x2 = (func: lodash.Function4) => lodash.Function2; type LodashPartialRight21x2 = (func: lodash.Function4) => lodash.Function2; type LodashPartialRight22x2 = (func: lodash.Function4) => lodash.Function1; type LodashPartialRight23x2 = (func: lodash.Function4) => lodash.Function2; type LodashPartialRight24x2 = (func: lodash.Function4) => lodash.Function1; type LodashPartialRight25x2 = (func: lodash.Function4) => lodash.Function1; type LodashPartialRight26x2 = (func: lodash.Function4) => lodash.Function0; type LodashPartialRight27x1 = (args: ReadonlyArray) => (...args: any[]) => any; type LodashPartialRight27x2 = (func: (...args: any[]) => any) => (...args: any[]) => any; interface LodashPartition { (callback: lodash.ValueIteratorTypeGuard): LodashPartition1x1; (callback: lodash.__, collection: lodash.List | null | undefined): LodashPartition1x2; (callback: lodash.ValueIteratorTypeGuard, collection: lodash.List | null | undefined): [U[], Array>]; (callback: lodash.ValueIteratee): LodashPartition2x1; (callback: lodash.ValueIteratee, collection: lodash.List | null | undefined): [T[], T[]]; (callback: lodash.__, collection: T | null | undefined): LodashPartition3x2; (callback: lodash.ValueIteratee, collection: T | null | undefined): [Array, Array]; } type LodashPartition1x1 = (collection: lodash.List | null | undefined) => [U[], Array>]; interface LodashPartition1x2 { (callback: lodash.ValueIteratorTypeGuard): [U[], Array>]; (callback: lodash.ValueIteratee): [T[], T[]]; } type LodashPartition2x1 = (collection: lodash.List | object | null | undefined) => [T[], T[]]; type LodashPartition3x2 = (callback: lodash.ValueIteratee) => [Array, Array]; interface LodashPath { (path: TKey | [TKey]): LodashPath1x1; (path: lodash.__, object: TObject): LodashPath1x2; (path: TKey | [TKey], object: TObject): TObject[TKey]; (path: lodash.__, object: TObject | null | undefined): LodashPath2x2; (path: TKey | [TKey], object: TObject | null | undefined): TObject[TKey] | undefined; (path: [TKey1, TKey2]): LodashPath3x1; (path: [TKey1, TKey2], object: TObject): TObject[TKey1][TKey2]; (path: [TKey1, TKey2], object: TObject | null | undefined): TObject[TKey1][TKey2] | undefined; (path: [TKey1, TKey2, TKey3]): LodashPath5x1; (path: [TKey1, TKey2, TKey3], object: TObject): TObject[TKey1][TKey2][TKey3]; (path: [TKey1, TKey2, TKey3], object: TObject | null | undefined): TObject[TKey1][TKey2][TKey3] | undefined; (path: [TKey1, TKey2, TKey3, TKey4]): LodashPath7x1; (path: [TKey1, TKey2, TKey3, TKey4], object: TObject): TObject[TKey1][TKey2][TKey3][TKey4]; (path: [TKey1, TKey2, TKey3, TKey4], object: TObject | null | undefined): TObject[TKey1][TKey2][TKey3][TKey4] | undefined; (path: number): LodashPath9x1; (path: lodash.__, object: lodash.NumericDictionary): LodashPath9x2; (path: number, object: lodash.NumericDictionary): T; (path: lodash.__, object: lodash.NumericDictionary | null | undefined): LodashPath10x2; (path: number, object: lodash.NumericDictionary | null | undefined): T | undefined; (path: lodash.PropertyPath): LodashPath11x1; (path: lodash.__, object: null | undefined): LodashPath11x2; (path: lodash.PropertyPath, object: null | undefined): undefined; (path: lodash.__, object: any): LodashPath12x2; (path: lodash.PropertyPath, object: any): any; } interface LodashPath1x1 { (object: TObject): TObject[TKey]; (object: TObject | null | undefined): TObject[TKey] | undefined; } interface LodashPath1x2 { (path: TKey | [TKey]): TObject[TKey]; (path: [TKey1, TKey2]): TObject[TKey1][TKey2]; (path: [TKey1, TKey2, TKey3]): TObject[TKey1][TKey2][TKey3]; (path: [TKey1, TKey2, TKey3, TKey4]): TObject[TKey1][TKey2][TKey3][TKey4]; } interface LodashPath2x2 { (path: TKey | [TKey]): TObject[TKey] | undefined; (path: [TKey1, TKey2]): TObject[TKey1][TKey2] | undefined; (path: [TKey1, TKey2, TKey3]): TObject[TKey1][TKey2][TKey3] | undefined; (path: [TKey1, TKey2, TKey3, TKey4]): TObject[TKey1][TKey2][TKey3][TKey4] | undefined; } interface LodashPath3x1 { (object: TObject): TObject[TKey1][TKey2]; (object: TObject | null | undefined): TObject[TKey1][TKey2] | undefined; } interface LodashPath5x1 { (object: TObject): TObject[TKey1][TKey2][TKey3]; (object: TObject | null | undefined): TObject[TKey1][TKey2][TKey3] | undefined; } interface LodashPath7x1 { (object: TObject): TObject[TKey1][TKey2][TKey3][TKey4]; (object: TObject | null | undefined): TObject[TKey1][TKey2][TKey3][TKey4] | undefined; } interface LodashPath9x1 { (object: lodash.NumericDictionary): T; (object: lodash.NumericDictionary | null | undefined): T | undefined; } type LodashPath9x2 = (path: number) => T; type LodashPath10x2 = (path: number) => T | undefined; interface LodashPath11x1 { (object: null | undefined): undefined; (object: any): any; } type LodashPath11x2 = (path: lodash.PropertyPath) => undefined; type LodashPath12x2 = (path: lodash.PropertyPath) => any; interface LodashPathOr { (defaultValue: TDefault): LodashPathOr1x1; (defaultValue: lodash.__, path: TKey | [TKey]): LodashPathOr1x2; (defaultValue: TDefault, path: TKey | [TKey]): LodashPathOr1x3; (defaultValue: lodash.__, path: lodash.__, object: TObject | null | undefined): LodashPathOr1x4; (defaultValue: TDefault, path: lodash.__, object: TObject | null | undefined): LodashPathOr1x5; (defaultValue: lodash.__, path: TKey | [TKey], object: TObject | null | undefined): LodashPathOr1x6; (defaultValue: TDefault, path: TKey | [TKey], object: TObject | null | undefined): Exclude | TDefault; (defaultValue: lodash.__, path: [TKey1, TKey2]): LodashPathOr2x2; (defaultValue: TDefault, path: [TKey1, TKey2]): LodashPathOr2x3; (defaultValue: lodash.__, path: [TKey1, TKey2], object: TObject | null | undefined): LodashPathOr2x6; (defaultValue: TDefault, path: [TKey1, TKey2], object: TObject | null | undefined): Exclude | TDefault; (defaultValue: lodash.__, path: [TKey1, TKey2, TKey3]): LodashPathOr3x2; (defaultValue: TDefault, path: [TKey1, TKey2, TKey3]): LodashPathOr3x3; (defaultValue: lodash.__, path: [TKey1, TKey2, TKey3], object: TObject | null | undefined): LodashPathOr3x6; (defaultValue: TDefault, path: [TKey1, TKey2, TKey3], object: TObject | null | undefined): Exclude | TDefault; (defaultValue: lodash.__, path: [TKey1, TKey2, TKey3, TKey4]): LodashPathOr4x2; (defaultValue: TDefault, path: [TKey1, TKey2, TKey3, TKey4]): LodashPathOr4x3; (defaultValue: lodash.__, path: [TKey1, TKey2, TKey3, TKey4], object: TObject | null | undefined): LodashPathOr4x6; (defaultValue: TDefault, path: [TKey1, TKey2, TKey3, TKey4], object: TObject | null | undefined): Exclude | TDefault; (defaultValue: lodash.__, path: number): LodashPathOr5x2; (defaultValue: TDefault, path: number): LodashPathOr5x3; (defaultValue: lodash.__, path: lodash.__, object: lodash.NumericDictionary | null | undefined): LodashPathOr5x4; (defaultValue: TDefault, path: lodash.__, object: lodash.NumericDictionary | null | undefined): LodashPathOr5x5; (defaultValue: lodash.__, path: number, object: lodash.NumericDictionary | null | undefined): LodashPathOr5x6; (defaultValue: TDefault, path: number, object: lodash.NumericDictionary | null | undefined): T | TDefault; (defaultValue: lodash.__, path: lodash.PropertyPath): LodashPathOr6x2; (defaultValue: TDefault, path: lodash.PropertyPath): LodashPathOr6x3; (defaultValue: lodash.__, path: lodash.__, object: null | undefined): LodashPathOr6x4; (defaultValue: TDefault, path: lodash.__, object: null | undefined): LodashPathOr6x5; (defaultValue: lodash.__, path: lodash.PropertyPath, object: null | undefined): LodashPathOr6x6; (defaultValue: TDefault, path: lodash.PropertyPath, object: null | undefined): TDefault; (defaultValue: any): LodashPathOr7x1; (defaultValue: any, path: lodash.PropertyPath): LodashPathOr7x3; (defaultValue: lodash.__, path: lodash.__, object: any): LodashPathOr7x4; (defaultValue: any, path: lodash.__, object: any): LodashPathOr7x5; (defaultValue: lodash.__, path: lodash.PropertyPath, object: any): LodashPathOr7x6; (defaultValue: any, path: lodash.PropertyPath, object: any): any; } interface LodashPathOr1x1 { (path: TKey | [TKey]): LodashPathOr1x3; (path: lodash.__, object: TObject | null | undefined): LodashPathOr1x5; (path: TKey | [TKey], object: TObject | null | undefined): Exclude | TDefault; (path: [TKey1, TKey2]): LodashPathOr2x3; (path: [TKey1, TKey2], object: TObject | null | undefined): Exclude | TDefault; (path: [TKey1, TKey2, TKey3]): LodashPathOr3x3; (path: [TKey1, TKey2, TKey3], object: TObject | null | undefined): Exclude | TDefault; (path: [TKey1, TKey2, TKey3, TKey4]): LodashPathOr4x3; (path: [TKey1, TKey2, TKey3, TKey4], object: TObject | null | undefined): Exclude | TDefault; (path: number): LodashPathOr5x3; (path: lodash.__, object: lodash.NumericDictionary | null | undefined): LodashPathOr5x5; (path: number, object: lodash.NumericDictionary | null | undefined): T | TDefault; (path: lodash.PropertyPath): LodashPathOr6x3; (path: lodash.__, object: null | undefined): LodashPathOr6x5; (path: lodash.PropertyPath, object: null | undefined): TDefault; } interface LodashPathOr1x2 { (defaultValue: TDefault): LodashPathOr1x3; (defaultValue: lodash.__, object: TObject | null | undefined): LodashPathOr1x6; (defaultValue: TDefault, object: TObject | null | undefined): Exclude | TDefault; } type LodashPathOr1x3 = (object: TObject | null | undefined) => Exclude | TDefault; interface LodashPathOr1x4 { (defaultValue: TDefault): LodashPathOr1x5; (defaultValue: lodash.__, path: TKey | [TKey]): LodashPathOr1x6; (defaultValue: TDefault, path: TKey | [TKey]): Exclude | TDefault; (defaultValue: lodash.__, path: [TKey1, TKey2]): LodashPathOr2x6; (defaultValue: TDefault, path: [TKey1, TKey2]): Exclude | TDefault; (defaultValue: lodash.__, path: [TKey1, TKey2, TKey3]): LodashPathOr3x6; (defaultValue: TDefault, path: [TKey1, TKey2, TKey3]): Exclude | TDefault; (defaultValue: lodash.__, path: [TKey1, TKey2, TKey3, TKey4]): LodashPathOr4x6; (defaultValue: TDefault, path: [TKey1, TKey2, TKey3, TKey4]): Exclude | TDefault; } interface LodashPathOr1x5 { (path: TKey | [TKey]): Exclude | TDefault; (path: [TKey1, TKey2]): Exclude | TDefault; (path: [TKey1, TKey2, TKey3]): Exclude | TDefault; (path: [TKey1, TKey2, TKey3, TKey4]): Exclude | TDefault; } type LodashPathOr1x6 = (defaultValue: TDefault) => Exclude | TDefault; interface LodashPathOr2x2 { (defaultValue: TDefault): LodashPathOr2x3; (defaultValue: lodash.__, object: TObject | null | undefined): LodashPathOr2x6; (defaultValue: TDefault, object: TObject | null | undefined): Exclude | TDefault; } type LodashPathOr2x3 = (object: TObject | null | undefined) => Exclude | TDefault; type LodashPathOr2x6 = (defaultValue: TDefault) => Exclude | TDefault; interface LodashPathOr3x2 { (defaultValue: TDefault): LodashPathOr3x3; (defaultValue: lodash.__, object: TObject | null | undefined): LodashPathOr3x6; (defaultValue: TDefault, object: TObject | null | undefined): Exclude | TDefault; } type LodashPathOr3x3 = (object: TObject | null | undefined) => Exclude | TDefault; type LodashPathOr3x6 = (defaultValue: TDefault) => Exclude | TDefault; interface LodashPathOr4x2 { (defaultValue: TDefault): LodashPathOr4x3; (defaultValue: lodash.__, object: TObject | null | undefined): LodashPathOr4x6; (defaultValue: TDefault, object: TObject | null | undefined): Exclude | TDefault; } type LodashPathOr4x3 = (object: TObject | null | undefined) => Exclude | TDefault; type LodashPathOr4x6 = (defaultValue: TDefault) => Exclude | TDefault; interface LodashPathOr5x2 { (defaultValue: TDefault): LodashPathOr5x3; (defaultValue: lodash.__, object: lodash.NumericDictionary | null | undefined): LodashPathOr5x6; (defaultValue: TDefault, object: lodash.NumericDictionary | null | undefined): T | TDefault; } type LodashPathOr5x3 = (object: lodash.NumericDictionary | null | undefined) => T | TDefault; interface LodashPathOr5x4 { (defaultValue: TDefault): LodashPathOr5x5; (defaultValue: lodash.__, path: number): LodashPathOr5x6; (defaultValue: TDefault, path: number): T | TDefault; } type LodashPathOr5x5 = (path: number) => T | TDefault; type LodashPathOr5x6 = (defaultValue: TDefault) => T | TDefault; interface LodashPathOr6x2 { (defaultValue: TDefault): LodashPathOr6x3; (defaultValue: lodash.__, object: null | undefined): LodashPathOr6x6; (defaultValue: TDefault, object: null | undefined): TDefault; (defaultValue: any): LodashPathOr7x3; (defaultValue: lodash.__, object: any): LodashPathOr7x6; (defaultValue: any, object: any): any; } type LodashPathOr6x3 = (object: null | undefined) => TDefault; interface LodashPathOr6x4 { (defaultValue: TDefault): LodashPathOr6x5; (defaultValue: lodash.__, path: lodash.PropertyPath): LodashPathOr6x6; (defaultValue: TDefault, path: lodash.PropertyPath): TDefault; } type LodashPathOr6x5 = (path: lodash.PropertyPath) => TDefault; type LodashPathOr6x6 = (defaultValue: TDefault) => TDefault; interface LodashPathOr7x1 { (path: lodash.PropertyPath): LodashPathOr7x3; (path: lodash.__, object: any): LodashPathOr7x5; (path: lodash.PropertyPath, object: any): any; } type LodashPathOr7x3 = (object: any) => any; interface LodashPathOr7x4 { (defaultValue: any): LodashPathOr7x5; (defaultValue: lodash.__, path: lodash.PropertyPath): LodashPathOr7x6; (defaultValue: any, path: lodash.PropertyPath): any; } type LodashPathOr7x5 = (path: lodash.PropertyPath) => any; type LodashPathOr7x6 = (defaultValue: any) => any; interface LodashPick { (props: lodash.Many): LodashPick1x1; (props: lodash.__, object: T): LodashPick1x2; (props: lodash.Many, object: T): Pick; (props: lodash.PropertyPath): LodashPick2x1; (props: lodash.__, object: T | null | undefined): LodashPick2x2; (props: lodash.PropertyPath, object: T | null | undefined): lodash.PartialObject; } type LodashPick1x1 = (object: T) => Pick; type LodashPick1x2 = (props: lodash.Many) => Pick; type LodashPick2x1 = (object: T | null | undefined) => lodash.PartialObject; type LodashPick2x2 = (props: lodash.PropertyPath) => lodash.PartialObject; interface LodashPickBy { (predicate: lodash.ValueKeyIterateeTypeGuard): LodashPickBy1x1; (predicate: lodash.__, object: lodash.Dictionary | null | undefined): LodashPickBy1x2; (predicate: lodash.ValueKeyIterateeTypeGuard, object: lodash.Dictionary | null | undefined): lodash.Dictionary; (predicate: lodash.__, object: lodash.NumericDictionary | null | undefined): LodashPickBy2x2; (predicate: lodash.ValueKeyIterateeTypeGuard, object: lodash.NumericDictionary | null | undefined): lodash.NumericDictionary; (predicate: lodash.ValueKeyIteratee): LodashPickBy3x1; (predicate: lodash.ValueKeyIteratee, object: lodash.Dictionary | null | undefined): lodash.Dictionary; (predicate: lodash.ValueKeyIteratee, object: lodash.NumericDictionary | null | undefined): lodash.NumericDictionary; (predicate: lodash.__, object: T | null | undefined): LodashPickBy5x2; (predicate: lodash.ValueKeyIteratee, object: T | null | undefined): lodash.PartialObject; } interface LodashPickBy1x1 { (object: lodash.Dictionary | null | undefined): lodash.Dictionary; (object: lodash.NumericDictionary | null | undefined): lodash.NumericDictionary; } interface LodashPickBy1x2 { (predicate: lodash.ValueKeyIterateeTypeGuard): lodash.Dictionary; (predicate: lodash.ValueKeyIteratee): lodash.Dictionary; } interface LodashPickBy2x2 { (predicate: lodash.ValueKeyIterateeTypeGuard): lodash.NumericDictionary; (predicate: lodash.ValueKeyIteratee): lodash.NumericDictionary; } interface LodashPickBy3x1 { (object: lodash.Dictionary | null | undefined): lodash.Dictionary; (object: lodash.NumericDictionary | null | undefined): lodash.NumericDictionary; (object: T1 | null | undefined): lodash.PartialObject; } type LodashPickBy5x2 = (predicate: lodash.ValueKeyIteratee) => lodash.PartialObject; interface LodashProp { (path: TKey | [TKey]): LodashProp1x1; (path: lodash.__, object: TObject): LodashProp1x2; (path: TKey | [TKey], object: TObject): TObject[TKey]; (path: lodash.__, object: TObject | null | undefined): LodashProp2x2; (path: TKey | [TKey], object: TObject | null | undefined): TObject[TKey] | undefined; (path: [TKey1, TKey2]): LodashProp3x1; (path: [TKey1, TKey2], object: TObject): TObject[TKey1][TKey2]; (path: [TKey1, TKey2], object: TObject | null | undefined): TObject[TKey1][TKey2] | undefined; (path: [TKey1, TKey2, TKey3]): LodashProp5x1; (path: [TKey1, TKey2, TKey3], object: TObject): TObject[TKey1][TKey2][TKey3]; (path: [TKey1, TKey2, TKey3], object: TObject | null | undefined): TObject[TKey1][TKey2][TKey3] | undefined; (path: [TKey1, TKey2, TKey3, TKey4]): LodashProp7x1; (path: [TKey1, TKey2, TKey3, TKey4], object: TObject): TObject[TKey1][TKey2][TKey3][TKey4]; (path: [TKey1, TKey2, TKey3, TKey4], object: TObject | null | undefined): TObject[TKey1][TKey2][TKey3][TKey4] | undefined; (path: number): LodashProp9x1; (path: lodash.__, object: lodash.NumericDictionary): LodashProp9x2; (path: number, object: lodash.NumericDictionary): T; (path: lodash.__, object: lodash.NumericDictionary | null | undefined): LodashProp10x2; (path: number, object: lodash.NumericDictionary | null | undefined): T | undefined; (path: lodash.PropertyPath): LodashProp11x1; (path: lodash.__, object: null | undefined): LodashProp11x2; (path: lodash.PropertyPath, object: null | undefined): undefined; (path: lodash.__, object: any): LodashProp12x2; (path: lodash.PropertyPath, object: any): any; } interface LodashProp1x1 { (object: TObject): TObject[TKey]; (object: TObject | null | undefined): TObject[TKey] | undefined; } interface LodashProp1x2 { (path: TKey | [TKey]): TObject[TKey]; (path: [TKey1, TKey2]): TObject[TKey1][TKey2]; (path: [TKey1, TKey2, TKey3]): TObject[TKey1][TKey2][TKey3]; (path: [TKey1, TKey2, TKey3, TKey4]): TObject[TKey1][TKey2][TKey3][TKey4]; } interface LodashProp2x2 { (path: TKey | [TKey]): TObject[TKey] | undefined; (path: [TKey1, TKey2]): TObject[TKey1][TKey2] | undefined; (path: [TKey1, TKey2, TKey3]): TObject[TKey1][TKey2][TKey3] | undefined; (path: [TKey1, TKey2, TKey3, TKey4]): TObject[TKey1][TKey2][TKey3][TKey4] | undefined; } interface LodashProp3x1 { (object: TObject): TObject[TKey1][TKey2]; (object: TObject | null | undefined): TObject[TKey1][TKey2] | undefined; } interface LodashProp5x1 { (object: TObject): TObject[TKey1][TKey2][TKey3]; (object: TObject | null | undefined): TObject[TKey1][TKey2][TKey3] | undefined; } interface LodashProp7x1 { (object: TObject): TObject[TKey1][TKey2][TKey3][TKey4]; (object: TObject | null | undefined): TObject[TKey1][TKey2][TKey3][TKey4] | undefined; } interface LodashProp9x1 { (object: lodash.NumericDictionary): T; (object: lodash.NumericDictionary | null | undefined): T | undefined; } type LodashProp9x2 = (path: number) => T; type LodashProp10x2 = (path: number) => T | undefined; interface LodashProp11x1 { (object: null | undefined): undefined; (object: any): any; } type LodashProp11x2 = (path: lodash.PropertyPath) => undefined; type LodashProp12x2 = (path: lodash.PropertyPath) => any; interface LodashProperty { (path: TKey | [TKey]): LodashProperty1x1; (path: lodash.__, object: TObject): LodashProperty1x2; (path: TKey | [TKey], object: TObject): TObject[TKey]; (path: lodash.__, object: TObject | null | undefined): LodashProperty2x2; (path: TKey | [TKey], object: TObject | null | undefined): TObject[TKey] | undefined; (path: [TKey1, TKey2]): LodashProperty3x1; (path: [TKey1, TKey2], object: TObject): TObject[TKey1][TKey2]; (path: [TKey1, TKey2], object: TObject | null | undefined): TObject[TKey1][TKey2] | undefined; (path: [TKey1, TKey2, TKey3]): LodashProperty5x1; (path: [TKey1, TKey2, TKey3], object: TObject): TObject[TKey1][TKey2][TKey3]; (path: [TKey1, TKey2, TKey3], object: TObject | null | undefined): TObject[TKey1][TKey2][TKey3] | undefined; (path: [TKey1, TKey2, TKey3, TKey4]): LodashProperty7x1; (path: [TKey1, TKey2, TKey3, TKey4], object: TObject): TObject[TKey1][TKey2][TKey3][TKey4]; (path: [TKey1, TKey2, TKey3, TKey4], object: TObject | null | undefined): TObject[TKey1][TKey2][TKey3][TKey4] | undefined; (path: number): LodashProperty9x1; (path: lodash.__, object: lodash.NumericDictionary): LodashProperty9x2; (path: number, object: lodash.NumericDictionary): T; (path: lodash.__, object: lodash.NumericDictionary | null | undefined): LodashProperty10x2; (path: number, object: lodash.NumericDictionary | null | undefined): T | undefined; (path: lodash.PropertyPath): LodashProperty11x1; (path: lodash.__, object: null | undefined): LodashProperty11x2; (path: lodash.PropertyPath, object: null | undefined): undefined; (path: lodash.__, object: any): LodashProperty12x2; (path: lodash.PropertyPath, object: any): any; } interface LodashProperty1x1 { (object: TObject): TObject[TKey]; (object: TObject | null | undefined): TObject[TKey] | undefined; } interface LodashProperty1x2 { (path: TKey | [TKey]): TObject[TKey]; (path: [TKey1, TKey2]): TObject[TKey1][TKey2]; (path: [TKey1, TKey2, TKey3]): TObject[TKey1][TKey2][TKey3]; (path: [TKey1, TKey2, TKey3, TKey4]): TObject[TKey1][TKey2][TKey3][TKey4]; } interface LodashProperty2x2 { (path: TKey | [TKey]): TObject[TKey] | undefined; (path: [TKey1, TKey2]): TObject[TKey1][TKey2] | undefined; (path: [TKey1, TKey2, TKey3]): TObject[TKey1][TKey2][TKey3] | undefined; (path: [TKey1, TKey2, TKey3, TKey4]): TObject[TKey1][TKey2][TKey3][TKey4] | undefined; } interface LodashProperty3x1 { (object: TObject): TObject[TKey1][TKey2]; (object: TObject | null | undefined): TObject[TKey1][TKey2] | undefined; } interface LodashProperty5x1 { (object: TObject): TObject[TKey1][TKey2][TKey3]; (object: TObject | null | undefined): TObject[TKey1][TKey2][TKey3] | undefined; } interface LodashProperty7x1 { (object: TObject): TObject[TKey1][TKey2][TKey3][TKey4]; (object: TObject | null | undefined): TObject[TKey1][TKey2][TKey3][TKey4] | undefined; } interface LodashProperty9x1 { (object: lodash.NumericDictionary): T; (object: lodash.NumericDictionary | null | undefined): T | undefined; } type LodashProperty9x2 = (path: number) => T; type LodashProperty10x2 = (path: number) => T | undefined; interface LodashProperty11x1 { (object: null | undefined): undefined; (object: any): any; } type LodashProperty11x2 = (path: lodash.PropertyPath) => undefined; type LodashProperty12x2 = (path: lodash.PropertyPath) => any; interface LodashPropertyOf { (path: TKey | [TKey]): LodashPropertyOf1x1; (path: lodash.__, object: TObject): LodashPropertyOf1x2; (path: TKey | [TKey], object: TObject): TObject[TKey]; (path: lodash.__, object: TObject | null | undefined): LodashPropertyOf2x2; (path: TKey | [TKey], object: TObject | null | undefined): TObject[TKey] | undefined; (path: [TKey1, TKey2]): LodashPropertyOf3x1; (path: [TKey1, TKey2], object: TObject): TObject[TKey1][TKey2]; (path: [TKey1, TKey2], object: TObject | null | undefined): TObject[TKey1][TKey2] | undefined; (path: [TKey1, TKey2, TKey3]): LodashPropertyOf5x1; (path: [TKey1, TKey2, TKey3], object: TObject): TObject[TKey1][TKey2][TKey3]; (path: [TKey1, TKey2, TKey3], object: TObject | null | undefined): TObject[TKey1][TKey2][TKey3] | undefined; (path: [TKey1, TKey2, TKey3, TKey4]): LodashPropertyOf7x1; (path: [TKey1, TKey2, TKey3, TKey4], object: TObject): TObject[TKey1][TKey2][TKey3][TKey4]; (path: [TKey1, TKey2, TKey3, TKey4], object: TObject | null | undefined): TObject[TKey1][TKey2][TKey3][TKey4] | undefined; (path: number): LodashPropertyOf9x1; (path: lodash.__, object: lodash.NumericDictionary): LodashPropertyOf9x2; (path: number, object: lodash.NumericDictionary): T; (path: lodash.__, object: lodash.NumericDictionary | null | undefined): LodashPropertyOf10x2; (path: number, object: lodash.NumericDictionary | null | undefined): T | undefined; (path: lodash.PropertyPath): LodashPropertyOf11x1; (path: lodash.__, object: null | undefined): LodashPropertyOf11x2; (path: lodash.PropertyPath, object: null | undefined): undefined; (path: lodash.__, object: any): LodashPropertyOf12x2; (path: lodash.PropertyPath, object: any): any; } interface LodashPropertyOf1x1 { (object: TObject): TObject[TKey]; (object: TObject | null | undefined): TObject[TKey] | undefined; } interface LodashPropertyOf1x2 { (path: TKey | [TKey]): TObject[TKey]; (path: [TKey1, TKey2]): TObject[TKey1][TKey2]; (path: [TKey1, TKey2, TKey3]): TObject[TKey1][TKey2][TKey3]; (path: [TKey1, TKey2, TKey3, TKey4]): TObject[TKey1][TKey2][TKey3][TKey4]; } interface LodashPropertyOf2x2 { (path: TKey | [TKey]): TObject[TKey] | undefined; (path: [TKey1, TKey2]): TObject[TKey1][TKey2] | undefined; (path: [TKey1, TKey2, TKey3]): TObject[TKey1][TKey2][TKey3] | undefined; (path: [TKey1, TKey2, TKey3, TKey4]): TObject[TKey1][TKey2][TKey3][TKey4] | undefined; } interface LodashPropertyOf3x1 { (object: TObject): TObject[TKey1][TKey2]; (object: TObject | null | undefined): TObject[TKey1][TKey2] | undefined; } interface LodashPropertyOf5x1 { (object: TObject): TObject[TKey1][TKey2][TKey3]; (object: TObject | null | undefined): TObject[TKey1][TKey2][TKey3] | undefined; } interface LodashPropertyOf7x1 { (object: TObject): TObject[TKey1][TKey2][TKey3][TKey4]; (object: TObject | null | undefined): TObject[TKey1][TKey2][TKey3][TKey4] | undefined; } interface LodashPropertyOf9x1 { (object: lodash.NumericDictionary): T; (object: lodash.NumericDictionary | null | undefined): T | undefined; } type LodashPropertyOf9x2 = (path: number) => T; type LodashPropertyOf10x2 = (path: number) => T | undefined; interface LodashPropertyOf11x1 { (object: null | undefined): undefined; (object: any): any; } type LodashPropertyOf11x2 = (path: lodash.PropertyPath) => undefined; type LodashPropertyOf12x2 = (path: lodash.PropertyPath) => any; interface LodashPropOr { (defaultValue: TDefault): LodashPropOr1x1; (defaultValue: lodash.__, path: TKey | [TKey]): LodashPropOr1x2; (defaultValue: TDefault, path: TKey | [TKey]): LodashPropOr1x3; (defaultValue: lodash.__, path: lodash.__, object: TObject | null | undefined): LodashPropOr1x4; (defaultValue: TDefault, path: lodash.__, object: TObject | null | undefined): LodashPropOr1x5; (defaultValue: lodash.__, path: TKey | [TKey], object: TObject | null | undefined): LodashPropOr1x6; (defaultValue: TDefault, path: TKey | [TKey], object: TObject | null | undefined): Exclude | TDefault; (defaultValue: lodash.__, path: [TKey1, TKey2]): LodashPropOr2x2; (defaultValue: TDefault, path: [TKey1, TKey2]): LodashPropOr2x3; (defaultValue: lodash.__, path: [TKey1, TKey2], object: TObject | null | undefined): LodashPropOr2x6; (defaultValue: TDefault, path: [TKey1, TKey2], object: TObject | null | undefined): Exclude | TDefault; (defaultValue: lodash.__, path: [TKey1, TKey2, TKey3]): LodashPropOr3x2; (defaultValue: TDefault, path: [TKey1, TKey2, TKey3]): LodashPropOr3x3; (defaultValue: lodash.__, path: [TKey1, TKey2, TKey3], object: TObject | null | undefined): LodashPropOr3x6; (defaultValue: TDefault, path: [TKey1, TKey2, TKey3], object: TObject | null | undefined): Exclude | TDefault; (defaultValue: lodash.__, path: [TKey1, TKey2, TKey3, TKey4]): LodashPropOr4x2; (defaultValue: TDefault, path: [TKey1, TKey2, TKey3, TKey4]): LodashPropOr4x3; (defaultValue: lodash.__, path: [TKey1, TKey2, TKey3, TKey4], object: TObject | null | undefined): LodashPropOr4x6; (defaultValue: TDefault, path: [TKey1, TKey2, TKey3, TKey4], object: TObject | null | undefined): Exclude | TDefault; (defaultValue: lodash.__, path: number): LodashPropOr5x2; (defaultValue: TDefault, path: number): LodashPropOr5x3; (defaultValue: lodash.__, path: lodash.__, object: lodash.NumericDictionary | null | undefined): LodashPropOr5x4; (defaultValue: TDefault, path: lodash.__, object: lodash.NumericDictionary | null | undefined): LodashPropOr5x5; (defaultValue: lodash.__, path: number, object: lodash.NumericDictionary | null | undefined): LodashPropOr5x6; (defaultValue: TDefault, path: number, object: lodash.NumericDictionary | null | undefined): T | TDefault; (defaultValue: lodash.__, path: lodash.PropertyPath): LodashPropOr6x2; (defaultValue: TDefault, path: lodash.PropertyPath): LodashPropOr6x3; (defaultValue: lodash.__, path: lodash.__, object: null | undefined): LodashPropOr6x4; (defaultValue: TDefault, path: lodash.__, object: null | undefined): LodashPropOr6x5; (defaultValue: lodash.__, path: lodash.PropertyPath, object: null | undefined): LodashPropOr6x6; (defaultValue: TDefault, path: lodash.PropertyPath, object: null | undefined): TDefault; (defaultValue: any): LodashPropOr7x1; (defaultValue: any, path: lodash.PropertyPath): LodashPropOr7x3; (defaultValue: lodash.__, path: lodash.__, object: any): LodashPropOr7x4; (defaultValue: any, path: lodash.__, object: any): LodashPropOr7x5; (defaultValue: lodash.__, path: lodash.PropertyPath, object: any): LodashPropOr7x6; (defaultValue: any, path: lodash.PropertyPath, object: any): any; } interface LodashPropOr1x1 { (path: TKey | [TKey]): LodashPropOr1x3; (path: lodash.__, object: TObject | null | undefined): LodashPropOr1x5; (path: TKey | [TKey], object: TObject | null | undefined): Exclude | TDefault; (path: [TKey1, TKey2]): LodashPropOr2x3; (path: [TKey1, TKey2], object: TObject | null | undefined): Exclude | TDefault; (path: [TKey1, TKey2, TKey3]): LodashPropOr3x3; (path: [TKey1, TKey2, TKey3], object: TObject | null | undefined): Exclude | TDefault; (path: [TKey1, TKey2, TKey3, TKey4]): LodashPropOr4x3; (path: [TKey1, TKey2, TKey3, TKey4], object: TObject | null | undefined): Exclude | TDefault; (path: number): LodashPropOr5x3; (path: lodash.__, object: lodash.NumericDictionary | null | undefined): LodashPropOr5x5; (path: number, object: lodash.NumericDictionary | null | undefined): T | TDefault; (path: lodash.PropertyPath): LodashPropOr6x3; (path: lodash.__, object: null | undefined): LodashPropOr6x5; (path: lodash.PropertyPath, object: null | undefined): TDefault; } interface LodashPropOr1x2 { (defaultValue: TDefault): LodashPropOr1x3; (defaultValue: lodash.__, object: TObject | null | undefined): LodashPropOr1x6; (defaultValue: TDefault, object: TObject | null | undefined): Exclude | TDefault; } type LodashPropOr1x3 = (object: TObject | null | undefined) => Exclude | TDefault; interface LodashPropOr1x4 { (defaultValue: TDefault): LodashPropOr1x5; (defaultValue: lodash.__, path: TKey | [TKey]): LodashPropOr1x6; (defaultValue: TDefault, path: TKey | [TKey]): Exclude | TDefault; (defaultValue: lodash.__, path: [TKey1, TKey2]): LodashPropOr2x6; (defaultValue: TDefault, path: [TKey1, TKey2]): Exclude | TDefault; (defaultValue: lodash.__, path: [TKey1, TKey2, TKey3]): LodashPropOr3x6; (defaultValue: TDefault, path: [TKey1, TKey2, TKey3]): Exclude | TDefault; (defaultValue: lodash.__, path: [TKey1, TKey2, TKey3, TKey4]): LodashPropOr4x6; (defaultValue: TDefault, path: [TKey1, TKey2, TKey3, TKey4]): Exclude | TDefault; } interface LodashPropOr1x5 { (path: TKey | [TKey]): Exclude | TDefault; (path: [TKey1, TKey2]): Exclude | TDefault; (path: [TKey1, TKey2, TKey3]): Exclude | TDefault; (path: [TKey1, TKey2, TKey3, TKey4]): Exclude | TDefault; } type LodashPropOr1x6 = (defaultValue: TDefault) => Exclude | TDefault; interface LodashPropOr2x2 { (defaultValue: TDefault): LodashPropOr2x3; (defaultValue: lodash.__, object: TObject | null | undefined): LodashPropOr2x6; (defaultValue: TDefault, object: TObject | null | undefined): Exclude | TDefault; } type LodashPropOr2x3 = (object: TObject | null | undefined) => Exclude | TDefault; type LodashPropOr2x6 = (defaultValue: TDefault) => Exclude | TDefault; interface LodashPropOr3x2 { (defaultValue: TDefault): LodashPropOr3x3; (defaultValue: lodash.__, object: TObject | null | undefined): LodashPropOr3x6; (defaultValue: TDefault, object: TObject | null | undefined): Exclude | TDefault; } type LodashPropOr3x3 = (object: TObject | null | undefined) => Exclude | TDefault; type LodashPropOr3x6 = (defaultValue: TDefault) => Exclude | TDefault; interface LodashPropOr4x2 { (defaultValue: TDefault): LodashPropOr4x3; (defaultValue: lodash.__, object: TObject | null | undefined): LodashPropOr4x6; (defaultValue: TDefault, object: TObject | null | undefined): Exclude | TDefault; } type LodashPropOr4x3 = (object: TObject | null | undefined) => Exclude | TDefault; type LodashPropOr4x6 = (defaultValue: TDefault) => Exclude | TDefault; interface LodashPropOr5x2 { (defaultValue: TDefault): LodashPropOr5x3; (defaultValue: lodash.__, object: lodash.NumericDictionary | null | undefined): LodashPropOr5x6; (defaultValue: TDefault, object: lodash.NumericDictionary | null | undefined): T | TDefault; } type LodashPropOr5x3 = (object: lodash.NumericDictionary | null | undefined) => T | TDefault; interface LodashPropOr5x4 { (defaultValue: TDefault): LodashPropOr5x5; (defaultValue: lodash.__, path: number): LodashPropOr5x6; (defaultValue: TDefault, path: number): T | TDefault; } type LodashPropOr5x5 = (path: number) => T | TDefault; type LodashPropOr5x6 = (defaultValue: TDefault) => T | TDefault; interface LodashPropOr6x2 { (defaultValue: TDefault): LodashPropOr6x3; (defaultValue: lodash.__, object: null | undefined): LodashPropOr6x6; (defaultValue: TDefault, object: null | undefined): TDefault; (defaultValue: any): LodashPropOr7x3; (defaultValue: lodash.__, object: any): LodashPropOr7x6; (defaultValue: any, object: any): any; } type LodashPropOr6x3 = (object: null | undefined) => TDefault; interface LodashPropOr6x4 { (defaultValue: TDefault): LodashPropOr6x5; (defaultValue: lodash.__, path: lodash.PropertyPath): LodashPropOr6x6; (defaultValue: TDefault, path: lodash.PropertyPath): TDefault; } type LodashPropOr6x5 = (path: lodash.PropertyPath) => TDefault; type LodashPropOr6x6 = (defaultValue: TDefault) => TDefault; interface LodashPropOr7x1 { (path: lodash.PropertyPath): LodashPropOr7x3; (path: lodash.__, object: any): LodashPropOr7x5; (path: lodash.PropertyPath, object: any): any; } type LodashPropOr7x3 = (object: any) => any; interface LodashPropOr7x4 { (defaultValue: any): LodashPropOr7x5; (defaultValue: lodash.__, path: lodash.PropertyPath): LodashPropOr7x6; (defaultValue: any, path: lodash.PropertyPath): any; } type LodashPropOr7x5 = (path: lodash.PropertyPath) => any; type LodashPropOr7x6 = (defaultValue: any) => any; interface LodashPull { (values: T): LodashPull1x1; (values: lodash.__, array: ReadonlyArray): LodashPull1x2; (values: T, array: ReadonlyArray): T[]; (values: lodash.__, array: lodash.List): LodashPull2x2; (values: T, array: lodash.List): lodash.List; } interface LodashPull1x1 { (array: ReadonlyArray): T[]; (array: lodash.List): lodash.List; } type LodashPull1x2 = (values: T) => T[]; type LodashPull2x2 = (values: T) => lodash.List; interface LodashPullAll { (values: lodash.List): LodashPullAll1x1; (values: lodash.__, array: ReadonlyArray): LodashPullAll1x2; (values: lodash.List, array: ReadonlyArray): T[]; (values: lodash.__, array: lodash.List): LodashPullAll2x2; (values: lodash.List, array: lodash.List): lodash.List; } interface LodashPullAll1x1 { (array: ReadonlyArray): T[]; (array: lodash.List): lodash.List; } type LodashPullAll1x2 = (values: lodash.List) => T[]; type LodashPullAll2x2 = (values: lodash.List) => lodash.List; interface LodashPullAllBy { (iteratee: lodash.ValueIteratee): LodashPullAllBy1x1; (iteratee: lodash.__, values: lodash.List): LodashPullAllBy1x2; (iteratee: lodash.ValueIteratee, values: lodash.List): LodashPullAllBy1x3; (iteratee: lodash.__, values: lodash.__, array: ReadonlyArray): LodashPullAllBy1x4; (iteratee: lodash.ValueIteratee, values: lodash.__, array: ReadonlyArray): LodashPullAllBy1x5; (iteratee: lodash.__, values: lodash.List, array: ReadonlyArray): LodashPullAllBy1x6; (iteratee: lodash.ValueIteratee, values: lodash.List, array: ReadonlyArray): T[]; (iteratee: lodash.__, values: lodash.__, array: lodash.List): LodashPullAllBy2x4; (iteratee: lodash.ValueIteratee, values: lodash.__, array: lodash.List): LodashPullAllBy2x5; (iteratee: lodash.__, values: lodash.List, array: lodash.List): LodashPullAllBy2x6; (iteratee: lodash.ValueIteratee, values: lodash.List, array: lodash.List): lodash.List; (iteratee: lodash.ValueIteratee): LodashPullAllBy3x1; (iteratee: lodash.__, values: lodash.List): LodashPullAllBy3x2; (iteratee: lodash.ValueIteratee, values: lodash.List): LodashPullAllBy3x3; (iteratee: lodash.__, values: lodash.__, array: ReadonlyArray): LodashPullAllBy3x4; (iteratee: lodash.ValueIteratee, values: lodash.__, array: ReadonlyArray): LodashPullAllBy3x5; (iteratee: lodash.__, values: lodash.List, array: ReadonlyArray): LodashPullAllBy3x6; (iteratee: lodash.ValueIteratee, values: lodash.List, array: ReadonlyArray): T1[]; (iteratee: lodash.__, values: lodash.__, array: lodash.List): LodashPullAllBy4x4; (iteratee: lodash.ValueIteratee, values: lodash.__, array: lodash.List): LodashPullAllBy4x5; (iteratee: lodash.__, values: lodash.List, array: lodash.List): LodashPullAllBy4x6; (iteratee: lodash.ValueIteratee, values: lodash.List, array: lodash.List): lodash.List; } interface LodashPullAllBy1x1 { (values: lodash.List): LodashPullAllBy1x3; (values: lodash.__, array: ReadonlyArray): LodashPullAllBy1x5; (values: lodash.List, array: ReadonlyArray): T[]; (values: lodash.__, array: lodash.List): LodashPullAllBy2x5; (values: lodash.List, array: lodash.List): lodash.List; } interface LodashPullAllBy1x2 { (iteratee: lodash.ValueIteratee): LodashPullAllBy1x3; (iteratee: lodash.__, array: ReadonlyArray): LodashPullAllBy1x6; (iteratee: lodash.ValueIteratee, array: ReadonlyArray): T[]; (iteratee: lodash.__, array: lodash.List): LodashPullAllBy2x6; (iteratee: lodash.ValueIteratee, array: lodash.List): lodash.List; } interface LodashPullAllBy1x3 { (array: ReadonlyArray): T[]; (array: lodash.List): lodash.List; } interface LodashPullAllBy1x4 { (iteratee: lodash.ValueIteratee): LodashPullAllBy1x5; (iteratee: lodash.__, values: lodash.List): LodashPullAllBy1x6; (iteratee: lodash.ValueIteratee, values: lodash.List): T[]; } type LodashPullAllBy1x5 = (values: lodash.List) => T[]; type LodashPullAllBy1x6 = (iteratee: lodash.ValueIteratee) => T[]; interface LodashPullAllBy2x4 { (iteratee: lodash.ValueIteratee): LodashPullAllBy2x5; (iteratee: lodash.__, values: lodash.List): LodashPullAllBy2x6; (iteratee: lodash.ValueIteratee, values: lodash.List): lodash.List; } type LodashPullAllBy2x5 = (values: lodash.List) => lodash.List; type LodashPullAllBy2x6 = (iteratee: lodash.ValueIteratee) => lodash.List; interface LodashPullAllBy3x1 { (values: lodash.List): LodashPullAllBy3x3; (values: lodash.__, array: ReadonlyArray): LodashPullAllBy3x5; (values: lodash.List, array: ReadonlyArray): T1[]; (values: lodash.__, array: lodash.List): LodashPullAllBy4x5; (values: lodash.List, array: lodash.List): lodash.List; } interface LodashPullAllBy3x2 { (iteratee: lodash.ValueIteratee): LodashPullAllBy3x3; (iteratee: lodash.__, array: ReadonlyArray): LodashPullAllBy3x6; (iteratee: lodash.ValueIteratee, array: ReadonlyArray): T1[]; (iteratee: lodash.__, array: lodash.List): LodashPullAllBy4x6; (iteratee: lodash.ValueIteratee, array: lodash.List): lodash.List; } interface LodashPullAllBy3x3 { (array: ReadonlyArray): T1[]; (array: lodash.List): lodash.List; } interface LodashPullAllBy3x4 { (iteratee: lodash.ValueIteratee): LodashPullAllBy3x5; (iteratee: lodash.__, values: lodash.List): LodashPullAllBy3x6; (iteratee: lodash.ValueIteratee, values: lodash.List): T1[]; } type LodashPullAllBy3x5 = (values: lodash.List) => T1[]; type LodashPullAllBy3x6 = (iteratee: lodash.ValueIteratee) => T1[]; interface LodashPullAllBy4x4 { (iteratee: lodash.ValueIteratee): LodashPullAllBy4x5; (iteratee: lodash.__, values: lodash.List): LodashPullAllBy4x6; (iteratee: lodash.ValueIteratee, values: lodash.List): lodash.List; } type LodashPullAllBy4x5 = (values: lodash.List) => lodash.List; type LodashPullAllBy4x6 = (iteratee: lodash.ValueIteratee) => lodash.List; interface LodashPullAllWith { (comparator: lodash.Comparator): LodashPullAllWith1x1; (comparator: lodash.__, values: lodash.List): LodashPullAllWith1x2; (comparator: lodash.Comparator, values: lodash.List): LodashPullAllWith1x3; (comparator: lodash.__, values: lodash.__, array: ReadonlyArray): LodashPullAllWith1x4; (comparator: lodash.Comparator, values: lodash.__, array: ReadonlyArray): LodashPullAllWith1x5; (comparator: lodash.__, values: lodash.List, array: ReadonlyArray): LodashPullAllWith1x6; (comparator: lodash.Comparator, values: lodash.List, array: ReadonlyArray): T[]; (comparator: lodash.__, values: lodash.__, array: lodash.List): LodashPullAllWith2x4; (comparator: lodash.Comparator, values: lodash.__, array: lodash.List): LodashPullAllWith2x5; (comparator: lodash.__, values: lodash.List, array: lodash.List): LodashPullAllWith2x6; (comparator: lodash.Comparator, values: lodash.List, array: lodash.List): lodash.List; (comparator: lodash.Comparator2): LodashPullAllWith3x1; (comparator: lodash.__, values: lodash.List): LodashPullAllWith3x2; (comparator: lodash.Comparator2, values: lodash.List): LodashPullAllWith3x3; (comparator: lodash.__, values: lodash.__, array: ReadonlyArray): LodashPullAllWith3x4; (comparator: lodash.Comparator2, values: lodash.__, array: ReadonlyArray): LodashPullAllWith3x5; (comparator: lodash.__, values: lodash.List, array: ReadonlyArray): LodashPullAllWith3x6; (comparator: lodash.Comparator2, values: lodash.List, array: ReadonlyArray): T1[]; (comparator: lodash.__, values: lodash.__, array: lodash.List): LodashPullAllWith4x4; (comparator: lodash.Comparator2, values: lodash.__, array: lodash.List): LodashPullAllWith4x5; (comparator: lodash.__, values: lodash.List, array: lodash.List): LodashPullAllWith4x6; (comparator: lodash.Comparator2, values: lodash.List, array: lodash.List): lodash.List; } interface LodashPullAllWith1x1 { (values: lodash.List): LodashPullAllWith1x3; (values: lodash.__, array: ReadonlyArray): LodashPullAllWith1x5; (values: lodash.List, array: ReadonlyArray): T[]; (values: lodash.__, array: lodash.List): LodashPullAllWith2x5; (values: lodash.List, array: lodash.List): lodash.List; } interface LodashPullAllWith1x2 { (comparator: lodash.Comparator): LodashPullAllWith1x3; (comparator: lodash.__, array: ReadonlyArray): LodashPullAllWith1x6; (comparator: lodash.Comparator, array: ReadonlyArray): T[]; (comparator: lodash.__, array: lodash.List): LodashPullAllWith2x6; (comparator: lodash.Comparator, array: lodash.List): lodash.List; } interface LodashPullAllWith1x3 { (array: ReadonlyArray): T[]; (array: lodash.List): lodash.List; } interface LodashPullAllWith1x4 { (comparator: lodash.Comparator): LodashPullAllWith1x5; (comparator: lodash.__, values: lodash.List): LodashPullAllWith1x6; (comparator: lodash.Comparator, values: lodash.List): T[]; } type LodashPullAllWith1x5 = (values: lodash.List) => T[]; type LodashPullAllWith1x6 = (comparator: lodash.Comparator) => T[]; interface LodashPullAllWith2x4 { (comparator: lodash.Comparator): LodashPullAllWith2x5; (comparator: lodash.__, values: lodash.List): LodashPullAllWith2x6; (comparator: lodash.Comparator, values: lodash.List): lodash.List; } type LodashPullAllWith2x5 = (values: lodash.List) => lodash.List; type LodashPullAllWith2x6 = (comparator: lodash.Comparator) => lodash.List; interface LodashPullAllWith3x1 { (values: lodash.List): LodashPullAllWith3x3; (values: lodash.__, array: ReadonlyArray): LodashPullAllWith3x5; (values: lodash.List, array: ReadonlyArray): T1[]; (values: lodash.__, array: lodash.List): LodashPullAllWith4x5; (values: lodash.List, array: lodash.List): lodash.List; } interface LodashPullAllWith3x2 { (comparator: lodash.Comparator2): LodashPullAllWith3x3; (comparator: lodash.__, array: ReadonlyArray): LodashPullAllWith3x6; (comparator: lodash.Comparator2, array: ReadonlyArray): T1[]; (comparator: lodash.__, array: lodash.List): LodashPullAllWith4x6; (comparator: lodash.Comparator2, array: lodash.List): lodash.List; } interface LodashPullAllWith3x3 { (array: ReadonlyArray): T1[]; (array: lodash.List): lodash.List; } interface LodashPullAllWith3x4 { (comparator: lodash.Comparator2): LodashPullAllWith3x5; (comparator: lodash.__, values: lodash.List): LodashPullAllWith3x6; (comparator: lodash.Comparator2, values: lodash.List): T1[]; } type LodashPullAllWith3x5 = (values: lodash.List) => T1[]; type LodashPullAllWith3x6 = (comparator: lodash.Comparator2) => T1[]; interface LodashPullAllWith4x4 { (comparator: lodash.Comparator2): LodashPullAllWith4x5; (comparator: lodash.__, values: lodash.List): LodashPullAllWith4x6; (comparator: lodash.Comparator2, values: lodash.List): lodash.List; } type LodashPullAllWith4x5 = (values: lodash.List) => lodash.List; type LodashPullAllWith4x6 = (comparator: lodash.Comparator2) => lodash.List; interface LodashPullAt { (indexes: lodash.Many): LodashPullAt1x1; (indexes: lodash.__, array: ReadonlyArray): LodashPullAt1x2; (indexes: lodash.Many, array: ReadonlyArray): T[]; (indexes: lodash.__, array: lodash.List): LodashPullAt2x2; (indexes: lodash.Many, array: lodash.List): lodash.List; } interface LodashPullAt1x1 { (array: ReadonlyArray): T[]; (array: lodash.List): lodash.List; } type LodashPullAt1x2 = (indexes: lodash.Many) => T[]; type LodashPullAt2x2 = (indexes: lodash.Many) => lodash.List; interface LodashRandom { (maxOrMin: number): LodashRandom1x1; (max: lodash.__, floating: boolean): LodashRandom1x2; (maxOrMin: number, floatingOrMax: boolean | number): number; (min: lodash.__, max: number): LodashRandom2x2; } type LodashRandom1x1 = (floatingOrMax: boolean | number) => number; type LodashRandom1x2 = (max: number) => number; type LodashRandom2x2 = (min: number) => number; interface LodashRange { (start: number): LodashRange1x1; (start: lodash.__, end: number): LodashRange1x2; (start: number, end: number): number[]; } type LodashRange1x1 = (end: number) => number[]; type LodashRange1x2 = (start: number) => number[]; interface LodashRangeRight { (start: number): LodashRangeRight1x1; (start: lodash.__, end: number): LodashRangeRight1x2; (start: number, end: number): number[]; } type LodashRangeRight1x1 = (end: number) => number[]; type LodashRangeRight1x2 = (start: number) => number[]; interface LodashRangeStep { (start: number): LodashRangeStep1x1; (start: lodash.__, end: number): LodashRangeStep1x2; (start: number, end: number): LodashRangeStep1x3; (start: lodash.__, end: lodash.__, step: number): LodashRangeStep1x4; (start: number, end: lodash.__, step: number): LodashRangeStep1x5; (start: lodash.__, end: number, step: number): LodashRangeStep1x6; (start: number, end: number, step: number): number[]; } interface LodashRangeStep1x1 { (end: number): LodashRangeStep1x3; (end: lodash.__, step: number): LodashRangeStep1x5; (end: number, step: number): number[]; } interface LodashRangeStep1x2 { (start: number): LodashRangeStep1x3; (start: lodash.__, step: number): LodashRangeStep1x6; (start: number, step: number): number[]; } type LodashRangeStep1x3 = (step: number) => number[]; interface LodashRangeStep1x4 { (start: number): LodashRangeStep1x5; (start: lodash.__, end: number): LodashRangeStep1x6; (start: number, end: number): number[]; } type LodashRangeStep1x5 = (end: number) => number[]; type LodashRangeStep1x6 = (start: number) => number[]; interface LodashRangeStepRight { (start: number): LodashRangeStepRight1x1; (start: lodash.__, end: number): LodashRangeStepRight1x2; (start: number, end: number): LodashRangeStepRight1x3; (start: lodash.__, end: lodash.__, step: number): LodashRangeStepRight1x4; (start: number, end: lodash.__, step: number): LodashRangeStepRight1x5; (start: lodash.__, end: number, step: number): LodashRangeStepRight1x6; (start: number, end: number, step: number): number[]; } interface LodashRangeStepRight1x1 { (end: number): LodashRangeStepRight1x3; (end: lodash.__, step: number): LodashRangeStepRight1x5; (end: number, step: number): number[]; } interface LodashRangeStepRight1x2 { (start: number): LodashRangeStepRight1x3; (start: lodash.__, step: number): LodashRangeStepRight1x6; (start: number, step: number): number[]; } type LodashRangeStepRight1x3 = (step: number) => number[]; interface LodashRangeStepRight1x4 { (start: number): LodashRangeStepRight1x5; (start: lodash.__, end: number): LodashRangeStepRight1x6; (start: number, end: number): number[]; } type LodashRangeStepRight1x5 = (end: number) => number[]; type LodashRangeStepRight1x6 = (start: number) => number[]; interface LodashRearg { (indexes: lodash.Many): LodashRearg1x1; (indexes: lodash.__, func: (...args: any[]) => any): LodashRearg1x2; (indexes: lodash.Many, func: (...args: any[]) => any): (...args: any[]) => any; } type LodashRearg1x1 = (func: (...args: any[]) => any) => (...args: any[]) => any; type LodashRearg1x2 = (indexes: lodash.Many) => (...args: any[]) => any; interface LodashReduce { (callback: lodash.MemoIteratorCapped): LodashReduce1x1; (callback: lodash.__, accumulator: TResult): LodashReduce1x2; (callback: lodash.MemoIteratorCapped, accumulator: TResult): LodashReduce1x3; (callback: lodash.__, accumulator: lodash.__, collection: T[] | null | undefined): LodashReduce1x4; (callback: lodash.MemoIteratorCapped, accumulator: lodash.__, collection: T[] | null | undefined): LodashReduce1x5; (callback: lodash.__, accumulator: TResult, collection: T[] | null | undefined): LodashReduce1x6; (callback: lodash.MemoIteratorCapped, accumulator: TResult, collection: T[] | lodash.List | null | undefined): TResult; (callback: lodash.__, accumulator: lodash.__, collection: lodash.List | null | undefined): LodashReduce2x4; (callback: lodash.MemoIteratorCapped, accumulator: lodash.__, collection: lodash.List | null | undefined): LodashReduce2x5; (callback: lodash.__, accumulator: TResult, collection: lodash.List | null | undefined): LodashReduce2x6; (callback: lodash.MemoIteratorCapped): LodashReduce3x1; (callback: lodash.MemoIteratorCapped, accumulator: TResult): LodashReduce3x3; (callback: lodash.__, accumulator: lodash.__, collection: T | null | undefined): LodashReduce3x4; (callback: lodash.MemoIteratorCapped, accumulator: lodash.__, collection: T | null | undefined): LodashReduce3x5; (callback: lodash.__, accumulator: TResult, collection: T | null | undefined): LodashReduce3x6; (callback: lodash.MemoIteratorCapped, accumulator: TResult, collection: T | null | undefined): TResult; } interface LodashReduce1x1 { (accumulator: TResult): LodashReduce1x3; (accumulator: lodash.__, collection: T[] | null | undefined): LodashReduce1x5; (accumulator: TResult, collection: T[] | lodash.List | null | undefined): TResult; (accumulator: lodash.__, collection: lodash.List | null | undefined): LodashReduce2x5; } interface LodashReduce1x2 { (callback: lodash.MemoIteratorCapped): LodashReduce1x3; (callback: lodash.__, collection: T[] | null | undefined): LodashReduce1x6; (callback: lodash.MemoIteratorCapped, collection: T[] | lodash.List | null | undefined): TResult; (callback: lodash.__, collection: lodash.List | null | undefined): LodashReduce2x6; (callback: lodash.MemoIteratorCapped): LodashReduce3x3; (callback: lodash.__, collection: T | null | undefined): LodashReduce3x6; (callback: lodash.MemoIteratorCapped, collection: T | null | undefined): TResult; } type LodashReduce1x3 = (collection: T[] | lodash.List | null | undefined) => TResult; interface LodashReduce1x4 { (callback: lodash.MemoIteratorCapped): LodashReduce1x5; (callback: lodash.__, accumulator: TResult): LodashReduce1x6; (callback: lodash.MemoIteratorCapped, accumulator: TResult): TResult; } type LodashReduce1x5 = (accumulator: TResult) => TResult; type LodashReduce1x6 = (callback: lodash.MemoIteratorCapped) => TResult; interface LodashReduce2x4 { (callback: lodash.MemoIteratorCapped): LodashReduce2x5; (callback: lodash.__, accumulator: TResult): LodashReduce2x6; (callback: lodash.MemoIteratorCapped, accumulator: TResult): TResult; } type LodashReduce2x5 = (accumulator: TResult) => TResult; type LodashReduce2x6 = (callback: lodash.MemoIteratorCapped) => TResult; interface LodashReduce3x1 { (accumulator: TResult): LodashReduce3x3; (accumulator: lodash.__, collection: T | null | undefined): LodashReduce3x5; (accumulator: TResult, collection: T | null | undefined): TResult; } type LodashReduce3x3 = (collection: T | null | undefined) => TResult; interface LodashReduce3x4 { (callback: lodash.MemoIteratorCapped): LodashReduce3x5; (callback: lodash.__, accumulator: TResult): LodashReduce3x6; (callback: lodash.MemoIteratorCapped, accumulator: TResult): TResult; } type LodashReduce3x5 = (accumulator: TResult) => TResult; type LodashReduce3x6 = (callback: lodash.MemoIteratorCapped) => TResult; interface LodashReduceRight { (callback: lodash.MemoIteratorCappedRight): LodashReduceRight1x1; (callback: lodash.__, accumulator: TResult): LodashReduceRight1x2; (callback: lodash.MemoIteratorCappedRight, accumulator: TResult): LodashReduceRight1x3; (callback: lodash.__, accumulator: lodash.__, collection: T[] | null | undefined): LodashReduceRight1x4; (callback: lodash.MemoIteratorCappedRight, accumulator: lodash.__, collection: T[] | null | undefined): LodashReduceRight1x5; (callback: lodash.__, accumulator: TResult, collection: T[] | null | undefined): LodashReduceRight1x6; (callback: lodash.MemoIteratorCappedRight, accumulator: TResult, collection: T[] | lodash.List | null | undefined): TResult; (callback: lodash.__, accumulator: lodash.__, collection: lodash.List | null | undefined): LodashReduceRight2x4; (callback: lodash.MemoIteratorCappedRight, accumulator: lodash.__, collection: lodash.List | null | undefined): LodashReduceRight2x5; (callback: lodash.__, accumulator: TResult, collection: lodash.List | null | undefined): LodashReduceRight2x6; (callback: lodash.MemoIteratorCappedRight): LodashReduceRight3x1; (callback: lodash.MemoIteratorCappedRight, accumulator: TResult): LodashReduceRight3x3; (callback: lodash.__, accumulator: lodash.__, collection: T | null | undefined): LodashReduceRight3x4; (callback: lodash.MemoIteratorCappedRight, accumulator: lodash.__, collection: T | null | undefined): LodashReduceRight3x5; (callback: lodash.__, accumulator: TResult, collection: T | null | undefined): LodashReduceRight3x6; (callback: lodash.MemoIteratorCappedRight, accumulator: TResult, collection: T | null | undefined): TResult; } interface LodashReduceRight1x1 { (accumulator: TResult): LodashReduceRight1x3; (accumulator: lodash.__, collection: T[] | null | undefined): LodashReduceRight1x5; (accumulator: TResult, collection: T[] | lodash.List | null | undefined): TResult; (accumulator: lodash.__, collection: lodash.List | null | undefined): LodashReduceRight2x5; } interface LodashReduceRight1x2 { (callback: lodash.MemoIteratorCappedRight): LodashReduceRight1x3; (callback: lodash.__, collection: T[] | null | undefined): LodashReduceRight1x6; (callback: lodash.MemoIteratorCappedRight, collection: T[] | lodash.List | null | undefined): TResult; (callback: lodash.__, collection: lodash.List | null | undefined): LodashReduceRight2x6; (callback: lodash.MemoIteratorCappedRight): LodashReduceRight3x3; (callback: lodash.__, collection: T | null | undefined): LodashReduceRight3x6; (callback: lodash.MemoIteratorCappedRight, collection: T | null | undefined): TResult; } type LodashReduceRight1x3 = (collection: T[] | lodash.List | null | undefined) => TResult; interface LodashReduceRight1x4 { (callback: lodash.MemoIteratorCappedRight): LodashReduceRight1x5; (callback: lodash.__, accumulator: TResult): LodashReduceRight1x6; (callback: lodash.MemoIteratorCappedRight, accumulator: TResult): TResult; } type LodashReduceRight1x5 = (accumulator: TResult) => TResult; type LodashReduceRight1x6 = (callback: lodash.MemoIteratorCappedRight) => TResult; interface LodashReduceRight2x4 { (callback: lodash.MemoIteratorCappedRight): LodashReduceRight2x5; (callback: lodash.__, accumulator: TResult): LodashReduceRight2x6; (callback: lodash.MemoIteratorCappedRight, accumulator: TResult): TResult; } type LodashReduceRight2x5 = (accumulator: TResult) => TResult; type LodashReduceRight2x6 = (callback: lodash.MemoIteratorCappedRight) => TResult; interface LodashReduceRight3x1 { (accumulator: TResult): LodashReduceRight3x3; (accumulator: lodash.__, collection: T | null | undefined): LodashReduceRight3x5; (accumulator: TResult, collection: T | null | undefined): TResult; } type LodashReduceRight3x3 = (collection: T | null | undefined) => TResult; interface LodashReduceRight3x4 { (callback: lodash.MemoIteratorCappedRight): LodashReduceRight3x5; (callback: lodash.__, accumulator: TResult): LodashReduceRight3x6; (callback: lodash.MemoIteratorCappedRight, accumulator: TResult): TResult; } type LodashReduceRight3x5 = (accumulator: TResult) => TResult; type LodashReduceRight3x6 = (callback: lodash.MemoIteratorCappedRight) => TResult; interface LodashReject { (predicate: lodash.ValueIterateeCustom): LodashReject1x1; (predicate: lodash.__, collection: lodash.List | null | undefined): LodashReject1x2; (predicate: lodash.ValueIterateeCustom, collection: lodash.List | null | undefined): T[]; (predicate: lodash.__, collection: T | null | undefined): LodashReject2x2; (predicate: lodash.ValueIterateeCustom, collection: T | null | undefined): Array; } type LodashReject1x1 = (collection: lodash.List | object | null | undefined) => T[]; type LodashReject1x2 = (predicate: lodash.ValueIterateeCustom) => T[]; type LodashReject2x2 = (predicate: lodash.ValueIterateeCustom) => Array; interface LodashRemove { (predicate: lodash.ValueIteratee): LodashRemove1x1; (predicate: lodash.__, array: lodash.List): LodashRemove1x2; (predicate: lodash.ValueIteratee, array: lodash.List): T[]; } type LodashRemove1x1 = (array: lodash.List) => T[]; type LodashRemove1x2 = (predicate: lodash.ValueIteratee) => T[]; interface LodashRepeat { (n: number): LodashRepeat1x1; (n: lodash.__, string: string): LodashRepeat1x2; (n: number, string: string): string; } type LodashRepeat1x1 = (string: string) => string; type LodashRepeat1x2 = (n: number) => string; interface LodashReplace { (pattern: RegExp | string): LodashReplace1x1; (pattern: lodash.__, replacement: lodash.ReplaceFunction | string): LodashReplace1x2; (pattern: RegExp | string, replacement: lodash.ReplaceFunction | string): LodashReplace1x3; (pattern: lodash.__, replacement: lodash.__, string: string): LodashReplace1x4; (pattern: RegExp | string, replacement: lodash.__, string: string): LodashReplace1x5; (pattern: lodash.__, replacement: lodash.ReplaceFunction | string, string: string): LodashReplace1x6; (pattern: RegExp | string, replacement: lodash.ReplaceFunction | string, string: string): string; } interface LodashReplace1x1 { (replacement: lodash.ReplaceFunction | string): LodashReplace1x3; (replacement: lodash.__, string: string): LodashReplace1x5; (replacement: lodash.ReplaceFunction | string, string: string): string; } interface LodashReplace1x2 { (pattern: RegExp | string): LodashReplace1x3; (pattern: lodash.__, string: string): LodashReplace1x6; (pattern: RegExp | string, string: string): string; } type LodashReplace1x3 = (string: string) => string; interface LodashReplace1x4 { (pattern: RegExp | string): LodashReplace1x5; (pattern: lodash.__, replacement: lodash.ReplaceFunction | string): LodashReplace1x6; (pattern: RegExp | string, replacement: lodash.ReplaceFunction | string): string; } type LodashReplace1x5 = (replacement: lodash.ReplaceFunction | string) => string; type LodashReplace1x6 = (pattern: RegExp | string) => string; type LodashRest = (func: (...args: any[]) => any) => (...args: any[]) => any; interface LodashRestFrom { (start: number): LodashRestFrom1x1; (start: lodash.__, func: (...args: any[]) => any): LodashRestFrom1x2; (start: number, func: (...args: any[]) => any): (...args: any[]) => any; } type LodashRestFrom1x1 = (func: (...args: any[]) => any) => (...args: any[]) => any; type LodashRestFrom1x2 = (start: number) => (...args: any[]) => any; interface LodashResult { (path: lodash.PropertyPath): LodashResult1x1; (path: lodash.__, object: any): LodashResult1x2; (path: lodash.PropertyPath, object: any): TResult; } type LodashResult1x1 = (object: any) => TResult; type LodashResult1x2 = (path: lodash.PropertyPath) => TResult; type LodashReverse = >(array: TList) => TList; type LodashRound = (n: number) => number; type LodashRunInContext = (context: object) => lodash.LoDashStatic; interface LodashSample { (collection: lodash.Dictionary | lodash.NumericDictionary | null | undefined): T | undefined; (collection: T | null | undefined): T[keyof T] | undefined; } interface LodashSampleSize { (n: number): LodashSampleSize1x1; (n: lodash.__, collection: lodash.Dictionary | lodash.NumericDictionary | null | undefined): LodashSampleSize1x2; (n: number, collection: lodash.Dictionary | lodash.NumericDictionary | null | undefined): T[]; (n: lodash.__, collection: T | null | undefined): LodashSampleSize2x2; (n: number, collection: T | null | undefined): Array; } interface LodashSampleSize1x1 { (collection: lodash.Dictionary | lodash.NumericDictionary | null | undefined): T[]; (collection: T | null | undefined): Array; } type LodashSampleSize1x2 = (n: number) => T[]; type LodashSampleSize2x2 = (n: number) => Array; interface LodashSetWith { (customizer: lodash.SetWithCustomizer): LodashSetWith1x1; (customizer: lodash.__, path: lodash.PropertyPath): LodashSetWith1x2; (customizer: lodash.SetWithCustomizer, path: lodash.PropertyPath): LodashSetWith1x3; (customizer: lodash.__, path: lodash.__, value: any): LodashSetWith1x4; (customizer: lodash.SetWithCustomizer, path: lodash.__, value: any): LodashSetWith1x5; (customizer: lodash.__, path: lodash.PropertyPath, value: any): LodashSetWith1x6; (customizer: lodash.SetWithCustomizer, path: lodash.PropertyPath, value: any): LodashSetWith1x7; (customizer: lodash.__, path: lodash.__, value: lodash.__, object: T): LodashSetWith1x8; (customizer: lodash.SetWithCustomizer, path: lodash.__, value: lodash.__, object: T): LodashSetWith1x9; (customizer: lodash.__, path: lodash.PropertyPath, value: lodash.__, object: T): LodashSetWith1x10; (customizer: lodash.SetWithCustomizer, path: lodash.PropertyPath, value: lodash.__, object: T): LodashSetWith1x11; (customizer: lodash.__, path: lodash.__, value: any, object: T): LodashSetWith1x12; (customizer: lodash.SetWithCustomizer, path: lodash.__, value: any, object: T): LodashSetWith1x13; (customizer: lodash.__, path: lodash.PropertyPath, value: any, object: T): LodashSetWith1x14; (customizer: lodash.SetWithCustomizer, path: lodash.PropertyPath, value: any, object: T): T; } interface LodashSetWith1x1 { (path: lodash.PropertyPath): LodashSetWith1x3; (path: lodash.__, value: any): LodashSetWith1x5; (path: lodash.PropertyPath, value: any): LodashSetWith1x7; (path: lodash.__, value: lodash.__, object: T): LodashSetWith1x9; (path: lodash.PropertyPath, value: lodash.__, object: T): LodashSetWith1x11; (path: lodash.__, value: any, object: T): LodashSetWith1x13; (path: lodash.PropertyPath, value: any, object: T): T; } interface LodashSetWith1x2 { (customizer: lodash.SetWithCustomizer): LodashSetWith1x3; (customizer: lodash.__, value: any): LodashSetWith1x6; (customizer: lodash.SetWithCustomizer, value: any): LodashSetWith1x7; (customizer: lodash.__, value: lodash.__, object: T): LodashSetWith1x10; (customizer: lodash.SetWithCustomizer, value: lodash.__, object: T): LodashSetWith1x11; (customizer: lodash.__, value: any, object: T): LodashSetWith1x14; (customizer: lodash.SetWithCustomizer, value: any, object: T): T; } interface LodashSetWith1x3 { (value: any): LodashSetWith1x7; (value: lodash.__, object: T): LodashSetWith1x11; (value: any, object: T): T; } interface LodashSetWith1x4 { (customizer: lodash.SetWithCustomizer): LodashSetWith1x5; (customizer: lodash.__, path: lodash.PropertyPath): LodashSetWith1x6; (customizer: lodash.SetWithCustomizer, path: lodash.PropertyPath): LodashSetWith1x7; (customizer: lodash.__, path: lodash.__, object: T): LodashSetWith1x12; (customizer: lodash.SetWithCustomizer, path: lodash.__, object: T): LodashSetWith1x13; (customizer: lodash.__, path: lodash.PropertyPath, object: T): LodashSetWith1x14; (customizer: lodash.SetWithCustomizer, path: lodash.PropertyPath, object: T): T; } interface LodashSetWith1x5 { (path: lodash.PropertyPath): LodashSetWith1x7; (path: lodash.__, object: T): LodashSetWith1x13; (path: lodash.PropertyPath, object: T): T; } interface LodashSetWith1x6 { (customizer: lodash.SetWithCustomizer): LodashSetWith1x7; (customizer: lodash.__, object: T): LodashSetWith1x14; (customizer: lodash.SetWithCustomizer, object: T): T; } type LodashSetWith1x7 = (object: T) => T; interface LodashSetWith1x8 { (customizer: lodash.SetWithCustomizer): LodashSetWith1x9; (customizer: lodash.__, path: lodash.PropertyPath): LodashSetWith1x10; (customizer: lodash.SetWithCustomizer, path: lodash.PropertyPath): LodashSetWith1x11; (customizer: lodash.__, path: lodash.__, value: any): LodashSetWith1x12; (customizer: lodash.SetWithCustomizer, path: lodash.__, value: any): LodashSetWith1x13; (customizer: lodash.__, path: lodash.PropertyPath, value: any): LodashSetWith1x14; (customizer: lodash.SetWithCustomizer, path: lodash.PropertyPath, value: any): T; } interface LodashSetWith1x9 { (path: lodash.PropertyPath): LodashSetWith1x11; (path: lodash.__, value: any): LodashSetWith1x13; (path: lodash.PropertyPath, value: any): T; } interface LodashSetWith1x10 { (customizer: lodash.SetWithCustomizer): LodashSetWith1x11; (customizer: lodash.__, value: any): LodashSetWith1x14; (customizer: lodash.SetWithCustomizer, value: any): T; } type LodashSetWith1x11 = (value: any) => T; interface LodashSetWith1x12 { (customizer: lodash.SetWithCustomizer): LodashSetWith1x13; (customizer: lodash.__, path: lodash.PropertyPath): LodashSetWith1x14; (customizer: lodash.SetWithCustomizer, path: lodash.PropertyPath): T; } type LodashSetWith1x13 = (path: lodash.PropertyPath) => T; type LodashSetWith1x14 = (customizer: lodash.SetWithCustomizer) => T; interface LodashShuffle { (collection: lodash.List | null | undefined): T[]; (collection: T | null | undefined): Array; } type LodashSize = (collection: object | string | null | undefined) => number; interface LodashSlice { (start: number): LodashSlice1x1; (start: lodash.__, end: number): LodashSlice1x2; (start: number, end: number): LodashSlice1x3; (start: lodash.__, end: lodash.__, array: lodash.List | null | undefined): LodashSlice1x4; (start: number, end: lodash.__, array: lodash.List | null | undefined): LodashSlice1x5; (start: lodash.__, end: number, array: lodash.List | null | undefined): LodashSlice1x6; (start: number, end: number, array: lodash.List | null | undefined): T[]; } interface LodashSlice1x1 { (end: number): LodashSlice1x3; (end: lodash.__, array: lodash.List | null | undefined): LodashSlice1x5; (end: number, array: lodash.List | null | undefined): T[]; } interface LodashSlice1x2 { (start: number): LodashSlice1x3; (start: lodash.__, array: lodash.List | null | undefined): LodashSlice1x6; (start: number, array: lodash.List | null | undefined): T[]; } type LodashSlice1x3 = (array: lodash.List | null | undefined) => T[]; interface LodashSlice1x4 { (start: number): LodashSlice1x5; (start: lodash.__, end: number): LodashSlice1x6; (start: number, end: number): T[]; } type LodashSlice1x5 = (end: number) => T[]; type LodashSlice1x6 = (start: number) => T[]; type LodashSnakeCase = (string: string) => string; interface LodashSortBy { (iteratees: lodash.Many>): LodashSortBy1x1; (iteratees: lodash.__, collection: lodash.List | null | undefined): LodashSortBy1x2; (iteratees: lodash.Many>, collection: lodash.List | null | undefined): T[]; (iteratees: lodash.__, collection: T | null | undefined): LodashSortBy2x2; (iteratees: lodash.Many>, collection: T | null | undefined): Array; } type LodashSortBy1x1 = (collection: lodash.List | object | null | undefined) => T[]; type LodashSortBy1x2 = (iteratees: lodash.Many>) => T[]; type LodashSortBy2x2 = (iteratees: lodash.Many>) => Array; interface LodashSortedIndex { (value: T): LodashSortedIndex1x1; (value: lodash.__, array: lodash.List | null | undefined): LodashSortedIndex1x2; (value: T, array: lodash.List | null | undefined): number; } type LodashSortedIndex1x1 = (array: lodash.List | null | undefined) => number; type LodashSortedIndex1x2 = (value: T) => number; interface LodashSortedIndexBy { (iteratee: lodash.ValueIteratee): LodashSortedIndexBy1x1; (iteratee: lodash.__, value: T): LodashSortedIndexBy1x2; (iteratee: lodash.ValueIteratee, value: T): LodashSortedIndexBy1x3; (iteratee: lodash.__, value: lodash.__, array: lodash.List | null | undefined): LodashSortedIndexBy1x4; (iteratee: lodash.ValueIteratee, value: lodash.__, array: lodash.List | null | undefined): LodashSortedIndexBy1x5; (iteratee: lodash.__, value: T, array: lodash.List | null | undefined): LodashSortedIndexBy1x6; (iteratee: lodash.ValueIteratee, value: T, array: lodash.List | null | undefined): number; } interface LodashSortedIndexBy1x1 { (value: T): LodashSortedIndexBy1x3; (value: lodash.__, array: lodash.List | null | undefined): LodashSortedIndexBy1x5; (value: T, array: lodash.List | null | undefined): number; } interface LodashSortedIndexBy1x2 { (iteratee: lodash.ValueIteratee): LodashSortedIndexBy1x3; (iteratee: lodash.__, array: lodash.List | null | undefined): LodashSortedIndexBy1x6; (iteratee: lodash.ValueIteratee, array: lodash.List | null | undefined): number; } type LodashSortedIndexBy1x3 = (array: lodash.List | null | undefined) => number; interface LodashSortedIndexBy1x4 { (iteratee: lodash.ValueIteratee): LodashSortedIndexBy1x5; (iteratee: lodash.__, value: T): LodashSortedIndexBy1x6; (iteratee: lodash.ValueIteratee, value: T): number; } type LodashSortedIndexBy1x5 = (value: T) => number; type LodashSortedIndexBy1x6 = (iteratee: lodash.ValueIteratee) => number; interface LodashSortedIndexOf { (value: T): LodashSortedIndexOf1x1; (value: lodash.__, array: lodash.List | null | undefined): LodashSortedIndexOf1x2; (value: T, array: lodash.List | null | undefined): number; } type LodashSortedIndexOf1x1 = (array: lodash.List | null | undefined) => number; type LodashSortedIndexOf1x2 = (value: T) => number; interface LodashSortedLastIndex { (value: T): LodashSortedLastIndex1x1; (value: lodash.__, array: lodash.List | null | undefined): LodashSortedLastIndex1x2; (value: T, array: lodash.List | null | undefined): number; } type LodashSortedLastIndex1x1 = (array: lodash.List | null | undefined) => number; type LodashSortedLastIndex1x2 = (value: T) => number; interface LodashSortedLastIndexBy { (iteratee: lodash.ValueIteratee): LodashSortedLastIndexBy1x1; (iteratee: lodash.__, value: T): LodashSortedLastIndexBy1x2; (iteratee: lodash.ValueIteratee, value: T): LodashSortedLastIndexBy1x3; (iteratee: lodash.__, value: lodash.__, array: lodash.List | null | undefined): LodashSortedLastIndexBy1x4; (iteratee: lodash.ValueIteratee, value: lodash.__, array: lodash.List | null | undefined): LodashSortedLastIndexBy1x5; (iteratee: lodash.__, value: T, array: lodash.List | null | undefined): LodashSortedLastIndexBy1x6; (iteratee: lodash.ValueIteratee, value: T, array: lodash.List | null | undefined): number; } interface LodashSortedLastIndexBy1x1 { (value: T): LodashSortedLastIndexBy1x3; (value: lodash.__, array: lodash.List | null | undefined): LodashSortedLastIndexBy1x5; (value: T, array: lodash.List | null | undefined): number; } interface LodashSortedLastIndexBy1x2 { (iteratee: lodash.ValueIteratee): LodashSortedLastIndexBy1x3; (iteratee: lodash.__, array: lodash.List | null | undefined): LodashSortedLastIndexBy1x6; (iteratee: lodash.ValueIteratee, array: lodash.List | null | undefined): number; } type LodashSortedLastIndexBy1x3 = (array: lodash.List | null | undefined) => number; interface LodashSortedLastIndexBy1x4 { (iteratee: lodash.ValueIteratee): LodashSortedLastIndexBy1x5; (iteratee: lodash.__, value: T): LodashSortedLastIndexBy1x6; (iteratee: lodash.ValueIteratee, value: T): number; } type LodashSortedLastIndexBy1x5 = (value: T) => number; type LodashSortedLastIndexBy1x6 = (iteratee: lodash.ValueIteratee) => number; interface LodashSortedLastIndexOf { (value: T): LodashSortedLastIndexOf1x1; (value: lodash.__, array: lodash.List | null | undefined): LodashSortedLastIndexOf1x2; (value: T, array: lodash.List | null | undefined): number; } type LodashSortedLastIndexOf1x1 = (array: lodash.List | null | undefined) => number; type LodashSortedLastIndexOf1x2 = (value: T) => number; type LodashSortedUniq = (array: lodash.List | null | undefined) => T[]; interface LodashSortedUniqBy { (iteratee: lodash.ValueIteratee): LodashSortedUniqBy1x1; (iteratee: lodash.__, array: lodash.List | null | undefined): LodashSortedUniqBy1x2; (iteratee: lodash.ValueIteratee, array: lodash.List | null | undefined): T[]; } type LodashSortedUniqBy1x1 = (array: lodash.List | null | undefined) => T[]; type LodashSortedUniqBy1x2 = (iteratee: lodash.ValueIteratee) => T[]; interface LodashSplit { (separator: RegExp | string): LodashSplit1x1; (separator: lodash.__, string: string | null | undefined): LodashSplit1x2; (separator: RegExp | string, string: string | null | undefined): string[]; } type LodashSplit1x1 = (string: string | null | undefined) => string[]; type LodashSplit1x2 = (separator: RegExp | string) => string[]; type LodashSpread = (func: (...args: any[]) => TResult) => (...args: any[]) => TResult; interface LodashSpreadFrom { (start: number): LodashSpreadFrom1x1; (start: lodash.__, func: (...args: any[]) => TResult): LodashSpreadFrom1x2; (start: number, func: (...args: any[]) => TResult): (...args: any[]) => TResult; } type LodashSpreadFrom1x1 = (func: (...args: any[]) => TResult) => (...args: any[]) => TResult; type LodashSpreadFrom1x2 = (start: number) => (...args: any[]) => TResult; type LodashStartCase = (string: string) => string; interface LodashStartsWith { (target: string): LodashStartsWith1x1; (target: lodash.__, string: string): LodashStartsWith1x2; (target: string, string: string): boolean; } type LodashStartsWith1x1 = (string: string) => boolean; type LodashStartsWith1x2 = (target: string) => boolean; type LodashStubArray = () => any[]; type LodashStubObject = () => any; type LodashStubString = () => string; type LodashStubTrue = () => true; interface LodashSubtract { (minuend: number): LodashSubtract1x1; (minuend: lodash.__, subtrahend: number): LodashSubtract1x2; (minuend: number, subtrahend: number): number; } type LodashSubtract1x1 = (subtrahend: number) => number; type LodashSubtract1x2 = (minuend: number) => number; type LodashSum = (collection: lodash.List | null | undefined) => number; interface LodashSumBy { (iteratee: ((value: T) => number) | string): LodashSumBy1x1; (iteratee: lodash.__, collection: lodash.List | null | undefined): LodashSumBy1x2; (iteratee: ((value: T) => number) | string, collection: lodash.List | null | undefined): number; } type LodashSumBy1x1 = (collection: lodash.List | null | undefined) => number; type LodashSumBy1x2 = (iteratee: ((value: T) => number) | string) => number; interface LodashXor { (arrays2: lodash.List | null | undefined): LodashXor1x1; (arrays2: lodash.__, arrays: lodash.List | null | undefined): LodashXor1x2; (arrays2: lodash.List | null | undefined, arrays: lodash.List | null | undefined): T[]; } type LodashXor1x1 = (arrays: lodash.List | null | undefined) => T[]; type LodashXor1x2 = (arrays2: lodash.List | null | undefined) => T[]; interface LodashXorBy { (iteratee: lodash.ValueIteratee): LodashXorBy1x1; (iteratee: lodash.__, arrays: lodash.List | null | undefined): LodashXorBy1x2; (iteratee: lodash.ValueIteratee, arrays: lodash.List | null | undefined): LodashXorBy1x3; (iteratee: lodash.__, arrays: lodash.__, arrays2: lodash.List | null | undefined): LodashXorBy1x4; (iteratee: lodash.ValueIteratee, arrays: lodash.__, arrays2: lodash.List | null | undefined): LodashXorBy1x5; (iteratee: lodash.__, arrays: lodash.List | null | undefined, arrays2: lodash.List | null | undefined): LodashXorBy1x6; (iteratee: lodash.ValueIteratee, arrays: lodash.List | null | undefined, arrays2: lodash.List | null | undefined): T[]; } interface LodashXorBy1x1 { (arrays: lodash.List | null | undefined): LodashXorBy1x3; (arrays: lodash.__, arrays2: lodash.List | null | undefined): LodashXorBy1x5; (arrays: lodash.List | null | undefined, arrays2: lodash.List | null | undefined): T[]; } interface LodashXorBy1x2 { (iteratee: lodash.ValueIteratee): LodashXorBy1x3; (iteratee: lodash.__, arrays2: lodash.List | null | undefined): LodashXorBy1x6; (iteratee: lodash.ValueIteratee, arrays2: lodash.List | null | undefined): T[]; } type LodashXorBy1x3 = (arrays2: lodash.List | null | undefined) => T[]; interface LodashXorBy1x4 { (iteratee: lodash.ValueIteratee): LodashXorBy1x5; (iteratee: lodash.__, arrays: lodash.List | null | undefined): LodashXorBy1x6; (iteratee: lodash.ValueIteratee, arrays: lodash.List | null | undefined): T[]; } type LodashXorBy1x5 = (arrays: lodash.List | null | undefined) => T[]; type LodashXorBy1x6 = (iteratee: lodash.ValueIteratee) => T[]; interface LodashXorWith { (comparator: lodash.Comparator): LodashXorWith1x1; (comparator: lodash.__, arrays: lodash.List | null | undefined): LodashXorWith1x2; (comparator: lodash.Comparator, arrays: lodash.List | null | undefined): LodashXorWith1x3; (comparator: lodash.__, arrays: lodash.__, arrays2: lodash.List | null | undefined): LodashXorWith1x4; (comparator: lodash.Comparator, arrays: lodash.__, arrays2: lodash.List | null | undefined): LodashXorWith1x5; (comparator: lodash.__, arrays: lodash.List | null | undefined, arrays2: lodash.List | null | undefined): LodashXorWith1x6; (comparator: lodash.Comparator, arrays: lodash.List | null | undefined, arrays2: lodash.List | null | undefined): T[]; } interface LodashXorWith1x1 { (arrays: lodash.List | null | undefined): LodashXorWith1x3; (arrays: lodash.__, arrays2: lodash.List | null | undefined): LodashXorWith1x5; (arrays: lodash.List | null | undefined, arrays2: lodash.List | null | undefined): T[]; } interface LodashXorWith1x2 { (comparator: lodash.Comparator): LodashXorWith1x3; (comparator: lodash.__, arrays2: lodash.List | null | undefined): LodashXorWith1x6; (comparator: lodash.Comparator, arrays2: lodash.List | null | undefined): T[]; } type LodashXorWith1x3 = (arrays2: lodash.List | null | undefined) => T[]; interface LodashXorWith1x4 { (comparator: lodash.Comparator): LodashXorWith1x5; (comparator: lodash.__, arrays: lodash.List | null | undefined): LodashXorWith1x6; (comparator: lodash.Comparator, arrays: lodash.List | null | undefined): T[]; } type LodashXorWith1x5 = (arrays: lodash.List | null | undefined) => T[]; type LodashXorWith1x6 = (comparator: lodash.Comparator) => T[]; type LodashTail = (array: lodash.List | null | undefined) => T[]; interface LodashTake { (n: number): LodashTake1x1; (n: lodash.__, array: lodash.List | null | undefined): LodashTake1x2; (n: number, array: lodash.List | null | undefined): T[]; } type LodashTake1x1 = (array: lodash.List | null | undefined) => T[]; type LodashTake1x2 = (n: number) => T[]; interface LodashTakeRight { (n: number): LodashTakeRight1x1; (n: lodash.__, array: lodash.List | null | undefined): LodashTakeRight1x2; (n: number, array: lodash.List | null | undefined): T[]; } type LodashTakeRight1x1 = (array: lodash.List | null | undefined) => T[]; type LodashTakeRight1x2 = (n: number) => T[]; interface LodashTakeRightWhile { (predicate: lodash.ValueIteratee): LodashTakeRightWhile1x1; (predicate: lodash.__, array: lodash.List | null | undefined): LodashTakeRightWhile1x2; (predicate: lodash.ValueIteratee, array: lodash.List | null | undefined): T[]; } type LodashTakeRightWhile1x1 = (array: lodash.List | null | undefined) => T[]; type LodashTakeRightWhile1x2 = (predicate: lodash.ValueIteratee) => T[]; interface LodashTakeWhile { (predicate: lodash.ValueIteratee): LodashTakeWhile1x1; (predicate: lodash.__, array: lodash.List | null | undefined): LodashTakeWhile1x2; (predicate: lodash.ValueIteratee, array: lodash.List | null | undefined): T[]; } type LodashTakeWhile1x1 = (array: lodash.List | null | undefined) => T[]; type LodashTakeWhile1x2 = (predicate: lodash.ValueIteratee) => T[]; interface LodashTap { (interceptor: (value: T) => void): LodashTap1x1; (interceptor: lodash.__, value: T): LodashTap1x2; (interceptor: (value: T) => void, value: T): T; } type LodashTap1x1 = (value: T) => T; type LodashTap1x2 = (interceptor: (value: T) => void) => T; type LodashTemplate = (string: string) => lodash.TemplateExecutor; interface LodashThrottle { (wait: number): LodashThrottle1x1; any>(wait: lodash.__, func: T): LodashThrottle1x2; any>(wait: number, func: T): lodash.DebouncedFunc; } type LodashThrottle1x1 = any>(func: T) => lodash.DebouncedFunc; type LodashThrottle1x2 any> = (wait: number) => lodash.DebouncedFunc; interface LodashThru { (interceptor: (value: T) => TResult): LodashThru1x1; (interceptor: lodash.__, value: T): LodashThru1x2; (interceptor: (value: T) => TResult, value: T): TResult; } type LodashThru1x1 = (value: T) => TResult; type LodashThru1x2 = (interceptor: (value: T) => TResult) => TResult; interface LodashTimes { (iteratee: (num: number) => TResult): LodashTimes1x1; (iteratee: lodash.__, n: number): LodashTimes1x2; (iteratee: (num: number) => TResult, n: number): TResult[]; } type LodashTimes1x1 = (n: number) => TResult[]; type LodashTimes1x2 = (iteratee: (num: number) => TResult) => TResult[]; interface LodashToArray { (value: lodash.Dictionary | lodash.NumericDictionary | null | undefined): T[]; (value: T): Array; (): any[]; } type LodashToFinite = (value: any) => number; type LodashToInteger = (value: any) => number; type LodashToLength = (value: any) => number; type LodashToLower = (string: string) => string; type LodashToNumber = (value: any) => number; type LodashToPath = (value: any) => string[]; type LodashToPlainObject = (value: any) => any; type LodashToSafeInteger = (value: any) => number; type LodashToString = (value: any) => string; type LodashToUpper = (string: string) => string; interface LodashTransform { (iteratee: lodash.MemoVoidIteratorCapped): LodashTransform1x1; (iteratee: lodash.__, accumulator: TResult): LodashTransform1x2; (iteratee: lodash.MemoVoidIteratorCapped, accumulator: TResult): LodashTransform1x3; (iteratee: lodash.__, accumulator: lodash.__, object: ReadonlyArray): LodashTransform1x4; (iteratee: lodash.MemoVoidIteratorCapped, accumulator: lodash.__, object: ReadonlyArray): LodashTransform1x5; (iteratee: lodash.__, accumulator: TResult, object: ReadonlyArray): LodashTransform1x6; (iteratee: lodash.MemoVoidIteratorCapped, accumulator: TResult, object: ReadonlyArray | lodash.Dictionary): TResult; (iteratee: lodash.__, accumulator: lodash.__, object: lodash.Dictionary): LodashTransform2x4; (iteratee: lodash.MemoVoidIteratorCapped, accumulator: lodash.__, object: lodash.Dictionary): LodashTransform2x5; (iteratee: lodash.__, accumulator: TResult, object: lodash.Dictionary): LodashTransform2x6; } interface LodashTransform1x1 { (accumulator: TResult): LodashTransform1x3; (accumulator: lodash.__, object: ReadonlyArray): LodashTransform1x5; (accumulator: TResult, object: ReadonlyArray | lodash.Dictionary): TResult; (accumulator: lodash.__, object: lodash.Dictionary): LodashTransform2x5; } interface LodashTransform1x2 { (iteratee: lodash.MemoVoidIteratorCapped): LodashTransform1x3; (iteratee: lodash.__, object: ReadonlyArray): LodashTransform1x6; (iteratee: lodash.MemoVoidIteratorCapped, object: ReadonlyArray | lodash.Dictionary): TResult; (iteratee: lodash.__, object: lodash.Dictionary): LodashTransform2x6; } type LodashTransform1x3 = (object: ReadonlyArray | lodash.Dictionary) => TResult; interface LodashTransform1x4 { (iteratee: lodash.MemoVoidIteratorCapped): LodashTransform1x5; (iteratee: lodash.__, accumulator: TResult): LodashTransform1x6; (iteratee: lodash.MemoVoidIteratorCapped, accumulator: TResult): TResult; } type LodashTransform1x5 = (accumulator: TResult) => TResult; type LodashTransform1x6 = (iteratee: lodash.MemoVoidIteratorCapped) => TResult; interface LodashTransform2x4 { (iteratee: lodash.MemoVoidIteratorCapped): LodashTransform2x5; (iteratee: lodash.__, accumulator: TResult): LodashTransform2x6; (iteratee: lodash.MemoVoidIteratorCapped, accumulator: TResult): TResult; } type LodashTransform2x5 = (accumulator: TResult) => TResult; type LodashTransform2x6 = (iteratee: lodash.MemoVoidIteratorCapped) => TResult; type LodashTrim = (string: string) => string; interface LodashTrimChars { (chars: string): LodashTrimChars1x1; (chars: lodash.__, string: string): LodashTrimChars1x2; (chars: string, string: string): string; } type LodashTrimChars1x1 = (string: string) => string; type LodashTrimChars1x2 = (chars: string) => string; interface LodashTrimCharsEnd { (chars: string): LodashTrimCharsEnd1x1; (chars: lodash.__, string: string): LodashTrimCharsEnd1x2; (chars: string, string: string): string; } type LodashTrimCharsEnd1x1 = (string: string) => string; type LodashTrimCharsEnd1x2 = (chars: string) => string; interface LodashTrimCharsStart { (chars: string): LodashTrimCharsStart1x1; (chars: lodash.__, string: string): LodashTrimCharsStart1x2; (chars: string, string: string): string; } type LodashTrimCharsStart1x1 = (string: string) => string; type LodashTrimCharsStart1x2 = (chars: string) => string; type LodashTrimEnd = (string: string) => string; type LodashTrimStart = (string: string) => string; interface LodashTruncate { (options: lodash.TruncateOptions): LodashTruncate1x1; (options: lodash.__, string: string): LodashTruncate1x2; (options: lodash.TruncateOptions, string: string): string; } type LodashTruncate1x1 = (string: string) => string; type LodashTruncate1x2 = (options: lodash.TruncateOptions) => string; type LodashUnapply = (func: (...args: any[]) => any) => (...args: any[]) => any; type LodashUnary = (func: (arg1: T, ...args: any[]) => TResult) => (arg1: T) => TResult; type LodashUnescape = (string: string) => string; interface LodashUnion { (arrays2: lodash.List | null | undefined): LodashUnion1x1; (arrays2: lodash.__, arrays: lodash.List | null | undefined): LodashUnion1x2; (arrays2: lodash.List | null | undefined, arrays: lodash.List | null | undefined): T[]; } type LodashUnion1x1 = (arrays: lodash.List | null | undefined) => T[]; type LodashUnion1x2 = (arrays2: lodash.List | null | undefined) => T[]; interface LodashUnionBy { (iteratee: lodash.ValueIteratee): LodashUnionBy1x1; (iteratee: lodash.__, arrays1: lodash.List | null | undefined): LodashUnionBy1x2; (iteratee: lodash.ValueIteratee, arrays1: lodash.List | null | undefined): LodashUnionBy1x3; (iteratee: lodash.__, arrays1: lodash.__, arrays2: lodash.List | null | undefined): LodashUnionBy1x4; (iteratee: lodash.ValueIteratee, arrays1: lodash.__, arrays2: lodash.List | null | undefined): LodashUnionBy1x5; (iteratee: lodash.__, arrays1: lodash.List | null | undefined, arrays2: lodash.List | null | undefined): LodashUnionBy1x6; (iteratee: lodash.ValueIteratee, arrays1: lodash.List | null | undefined, arrays2: lodash.List | null | undefined): T[]; } interface LodashUnionBy1x1 { (arrays1: lodash.List | null | undefined): LodashUnionBy1x3; (arrays1: lodash.__, arrays2: lodash.List | null | undefined): LodashUnionBy1x5; (arrays1: lodash.List | null | undefined, arrays2: lodash.List | null | undefined): T[]; } interface LodashUnionBy1x2 { (iteratee: lodash.ValueIteratee): LodashUnionBy1x3; (iteratee: lodash.__, arrays2: lodash.List | null | undefined): LodashUnionBy1x6; (iteratee: lodash.ValueIteratee, arrays2: lodash.List | null | undefined): T[]; } type LodashUnionBy1x3 = (arrays2: lodash.List | null | undefined) => T[]; interface LodashUnionBy1x4 { (iteratee: lodash.ValueIteratee): LodashUnionBy1x5; (iteratee: lodash.__, arrays1: lodash.List | null | undefined): LodashUnionBy1x6; (iteratee: lodash.ValueIteratee, arrays1: lodash.List | null | undefined): T[]; } type LodashUnionBy1x5 = (arrays1: lodash.List | null | undefined) => T[]; type LodashUnionBy1x6 = (iteratee: lodash.ValueIteratee) => T[]; interface LodashUnionWith { (comparator: lodash.Comparator): LodashUnionWith1x1; (comparator: lodash.__, arrays: lodash.List | null | undefined): LodashUnionWith1x2; (comparator: lodash.Comparator, arrays: lodash.List | null | undefined): LodashUnionWith1x3; (comparator: lodash.__, arrays: lodash.__, arrays2: lodash.List | null | undefined): LodashUnionWith1x4; (comparator: lodash.Comparator, arrays: lodash.__, arrays2: lodash.List | null | undefined): LodashUnionWith1x5; (comparator: lodash.__, arrays: lodash.List | null | undefined, arrays2: lodash.List | null | undefined): LodashUnionWith1x6; (comparator: lodash.Comparator, arrays: lodash.List | null | undefined, arrays2: lodash.List | null | undefined): T[]; } interface LodashUnionWith1x1 { (arrays: lodash.List | null | undefined): LodashUnionWith1x3; (arrays: lodash.__, arrays2: lodash.List | null | undefined): LodashUnionWith1x5; (arrays: lodash.List | null | undefined, arrays2: lodash.List | null | undefined): T[]; } interface LodashUnionWith1x2 { (comparator: lodash.Comparator): LodashUnionWith1x3; (comparator: lodash.__, arrays2: lodash.List | null | undefined): LodashUnionWith1x6; (comparator: lodash.Comparator, arrays2: lodash.List | null | undefined): T[]; } type LodashUnionWith1x3 = (arrays2: lodash.List | null | undefined) => T[]; interface LodashUnionWith1x4 { (comparator: lodash.Comparator): LodashUnionWith1x5; (comparator: lodash.__, arrays: lodash.List | null | undefined): LodashUnionWith1x6; (comparator: lodash.Comparator, arrays: lodash.List | null | undefined): T[]; } type LodashUnionWith1x5 = (arrays: lodash.List | null | undefined) => T[]; type LodashUnionWith1x6 = (comparator: lodash.Comparator) => T[]; type LodashUniq = (array: lodash.List | null | undefined) => T[]; interface LodashUniqBy { (iteratee: lodash.ValueIteratee): LodashUniqBy1x1; (iteratee: lodash.__, array: lodash.List | null | undefined): LodashUniqBy1x2; (iteratee: lodash.ValueIteratee, array: lodash.List | null | undefined): T[]; } type LodashUniqBy1x1 = (array: lodash.List | null | undefined) => T[]; type LodashUniqBy1x2 = (iteratee: lodash.ValueIteratee) => T[]; type LodashUniqueId = (prefix: string) => string; interface LodashUniqWith { (comparator: lodash.Comparator): LodashUniqWith1x1; (comparator: lodash.__, array: lodash.List | null | undefined): LodashUniqWith1x2; (comparator: lodash.Comparator, array: lodash.List | null | undefined): T[]; } type LodashUniqWith1x1 = (array: lodash.List | null | undefined) => T[]; type LodashUniqWith1x2 = (comparator: lodash.Comparator) => T[]; type LodashUnzip = (array: T[][] | lodash.List> | null | undefined) => T[][]; interface LodashUnzipWith { (iteratee: (...values: T[]) => TResult): LodashUnzipWith1x1; (iteratee: lodash.__, array: lodash.List> | null | undefined): LodashUnzipWith1x2; (iteratee: (...values: T[]) => TResult, array: lodash.List> | null | undefined): TResult[]; } type LodashUnzipWith1x1 = (array: lodash.List> | null | undefined) => TResult[]; type LodashUnzipWith1x2 = (iteratee: (...values: T[]) => TResult) => TResult[]; interface LodashUpdate { (path: lodash.PropertyPath): LodashUpdate1x1; (path: lodash.__, updater: (value: any) => any): LodashUpdate1x2; (path: lodash.PropertyPath, updater: (value: any) => any): LodashUpdate1x3; (path: lodash.__, updater: lodash.__, object: object): LodashUpdate1x4; (path: lodash.PropertyPath, updater: lodash.__, object: object): LodashUpdate1x5; (path: lodash.__, updater: (value: any) => any, object: object): LodashUpdate1x6; (path: lodash.PropertyPath, updater: (value: any) => any, object: object): any; } interface LodashUpdate1x1 { (updater: (value: any) => any): LodashUpdate1x3; (updater: lodash.__, object: object): LodashUpdate1x5; (updater: (value: any) => any, object: object): any; } interface LodashUpdate1x2 { (path: lodash.PropertyPath): LodashUpdate1x3; (path: lodash.__, object: object): LodashUpdate1x6; (path: lodash.PropertyPath, object: object): any; } type LodashUpdate1x3 = (object: object) => any; interface LodashUpdate1x4 { (path: lodash.PropertyPath): LodashUpdate1x5; (path: lodash.__, updater: (value: any) => any): LodashUpdate1x6; (path: lodash.PropertyPath, updater: (value: any) => any): any; } type LodashUpdate1x5 = (updater: (value: any) => any) => any; type LodashUpdate1x6 = (path: lodash.PropertyPath) => any; interface LodashUpdateWith { (customizer: lodash.SetWithCustomizer): LodashUpdateWith1x1; (customizer: lodash.__, path: lodash.PropertyPath): LodashUpdateWith1x2; (customizer: lodash.SetWithCustomizer, path: lodash.PropertyPath): LodashUpdateWith1x3; (customizer: lodash.__, path: lodash.__, updater: (oldValue: any) => any): LodashUpdateWith1x4; (customizer: lodash.SetWithCustomizer, path: lodash.__, updater: (oldValue: any) => any): LodashUpdateWith1x5; (customizer: lodash.__, path: lodash.PropertyPath, updater: (oldValue: any) => any): LodashUpdateWith1x6; (customizer: lodash.SetWithCustomizer, path: lodash.PropertyPath, updater: (oldValue: any) => any): LodashUpdateWith1x7; (customizer: lodash.__, path: lodash.__, updater: lodash.__, object: T): LodashUpdateWith1x8; (customizer: lodash.SetWithCustomizer, path: lodash.__, updater: lodash.__, object: T): LodashUpdateWith1x9; (customizer: lodash.__, path: lodash.PropertyPath, updater: lodash.__, object: T): LodashUpdateWith1x10; (customizer: lodash.SetWithCustomizer, path: lodash.PropertyPath, updater: lodash.__, object: T): LodashUpdateWith1x11; (customizer: lodash.__, path: lodash.__, updater: (oldValue: any) => any, object: T): LodashUpdateWith1x12; (customizer: lodash.SetWithCustomizer, path: lodash.__, updater: (oldValue: any) => any, object: T): LodashUpdateWith1x13; (customizer: lodash.__, path: lodash.PropertyPath, updater: (oldValue: any) => any, object: T): LodashUpdateWith1x14; (customizer: lodash.SetWithCustomizer, path: lodash.PropertyPath, updater: (oldValue: any) => any, object: T): T; } interface LodashUpdateWith1x1 { (path: lodash.PropertyPath): LodashUpdateWith1x3; (path: lodash.__, updater: (oldValue: any) => any): LodashUpdateWith1x5; (path: lodash.PropertyPath, updater: (oldValue: any) => any): LodashUpdateWith1x7; (path: lodash.__, updater: lodash.__, object: T): LodashUpdateWith1x9; (path: lodash.PropertyPath, updater: lodash.__, object: T): LodashUpdateWith1x11; (path: lodash.__, updater: (oldValue: any) => any, object: T): LodashUpdateWith1x13; (path: lodash.PropertyPath, updater: (oldValue: any) => any, object: T): T; } interface LodashUpdateWith1x2 { (customizer: lodash.SetWithCustomizer): LodashUpdateWith1x3; (customizer: lodash.__, updater: (oldValue: any) => any): LodashUpdateWith1x6; (customizer: lodash.SetWithCustomizer, updater: (oldValue: any) => any): LodashUpdateWith1x7; (customizer: lodash.__, updater: lodash.__, object: T): LodashUpdateWith1x10; (customizer: lodash.SetWithCustomizer, updater: lodash.__, object: T): LodashUpdateWith1x11; (customizer: lodash.__, updater: (oldValue: any) => any, object: T): LodashUpdateWith1x14; (customizer: lodash.SetWithCustomizer, updater: (oldValue: any) => any, object: T): T; } interface LodashUpdateWith1x3 { (updater: (oldValue: any) => any): LodashUpdateWith1x7; (updater: lodash.__, object: T): LodashUpdateWith1x11; (updater: (oldValue: any) => any, object: T): T; } interface LodashUpdateWith1x4 { (customizer: lodash.SetWithCustomizer): LodashUpdateWith1x5; (customizer: lodash.__, path: lodash.PropertyPath): LodashUpdateWith1x6; (customizer: lodash.SetWithCustomizer, path: lodash.PropertyPath): LodashUpdateWith1x7; (customizer: lodash.__, path: lodash.__, object: T): LodashUpdateWith1x12; (customizer: lodash.SetWithCustomizer, path: lodash.__, object: T): LodashUpdateWith1x13; (customizer: lodash.__, path: lodash.PropertyPath, object: T): LodashUpdateWith1x14; (customizer: lodash.SetWithCustomizer, path: lodash.PropertyPath, object: T): T; } interface LodashUpdateWith1x5 { (path: lodash.PropertyPath): LodashUpdateWith1x7; (path: lodash.__, object: T): LodashUpdateWith1x13; (path: lodash.PropertyPath, object: T): T; } interface LodashUpdateWith1x6 { (customizer: lodash.SetWithCustomizer): LodashUpdateWith1x7; (customizer: lodash.__, object: T): LodashUpdateWith1x14; (customizer: lodash.SetWithCustomizer, object: T): T; } type LodashUpdateWith1x7 = (object: T) => T; interface LodashUpdateWith1x8 { (customizer: lodash.SetWithCustomizer): LodashUpdateWith1x9; (customizer: lodash.__, path: lodash.PropertyPath): LodashUpdateWith1x10; (customizer: lodash.SetWithCustomizer, path: lodash.PropertyPath): LodashUpdateWith1x11; (customizer: lodash.__, path: lodash.__, updater: (oldValue: any) => any): LodashUpdateWith1x12; (customizer: lodash.SetWithCustomizer, path: lodash.__, updater: (oldValue: any) => any): LodashUpdateWith1x13; (customizer: lodash.__, path: lodash.PropertyPath, updater: (oldValue: any) => any): LodashUpdateWith1x14; (customizer: lodash.SetWithCustomizer, path: lodash.PropertyPath, updater: (oldValue: any) => any): T; } interface LodashUpdateWith1x9 { (path: lodash.PropertyPath): LodashUpdateWith1x11; (path: lodash.__, updater: (oldValue: any) => any): LodashUpdateWith1x13; (path: lodash.PropertyPath, updater: (oldValue: any) => any): T; } interface LodashUpdateWith1x10 { (customizer: lodash.SetWithCustomizer): LodashUpdateWith1x11; (customizer: lodash.__, updater: (oldValue: any) => any): LodashUpdateWith1x14; (customizer: lodash.SetWithCustomizer, updater: (oldValue: any) => any): T; } type LodashUpdateWith1x11 = (updater: (oldValue: any) => any) => T; interface LodashUpdateWith1x12 { (customizer: lodash.SetWithCustomizer): LodashUpdateWith1x13; (customizer: lodash.__, path: lodash.PropertyPath): LodashUpdateWith1x14; (customizer: lodash.SetWithCustomizer, path: lodash.PropertyPath): T; } type LodashUpdateWith1x13 = (path: lodash.PropertyPath) => T; type LodashUpdateWith1x14 = (customizer: lodash.SetWithCustomizer) => T; type LodashUpperCase = (string: string) => string; type LodashUpperFirst = (string: string) => string; interface LodashValues { (object: lodash.Dictionary | lodash.NumericDictionary | lodash.List | null | undefined): T[]; (object: T | null | undefined): Array; (object: any): any[]; } interface LodashValuesIn { (object: lodash.Dictionary | lodash.NumericDictionary | lodash.List | null | undefined): T[]; (object: T | null | undefined): Array; } interface LodashWithout { (values: ReadonlyArray): LodashWithout1x1; (values: lodash.__, array: lodash.List | null | undefined): LodashWithout1x2; (values: ReadonlyArray, array: lodash.List | null | undefined): T[]; } type LodashWithout1x1 = (array: lodash.List | null | undefined) => T[]; type LodashWithout1x2 = (values: ReadonlyArray) => T[]; type LodashWords = (string: string) => string[]; interface LodashWrap { (wrapper: (value: T, ...args: TArgs[]) => TResult): LodashWrap1x1; (wrapper: lodash.__, value: T): LodashWrap1x2; (wrapper: (value: T, ...args: TArgs[]) => TResult, value: T): (...args: TArgs[]) => TResult; } type LodashWrap1x1 = (value: T) => (...args: TArgs[]) => TResult; type LodashWrap1x2 = (wrapper: (value: T, ...args: TArgs[]) => TResult) => (...args: TArgs[]) => TResult; interface LodashZip { (arrays1: lodash.List): LodashZip1x1; (arrays1: lodash.__, arrays2: lodash.List): LodashZip1x2; (arrays1: lodash.List, arrays2: lodash.List): Array<[T1 | undefined, T2 | undefined]>; } type LodashZip1x1 = (arrays2: lodash.List) => Array<[T1 | undefined, T2 | undefined]>; type LodashZip1x2 = (arrays1: lodash.List) => Array<[T1 | undefined, T2 | undefined]>; interface LodashZipAll { (arrays1: [lodash.List, lodash.List]): Array<[T1 | undefined, T2 | undefined]>; (arrays1: [lodash.List, lodash.List, lodash.List]): Array<[T1 | undefined, T2 | undefined, T3 | undefined]>; (arrays1: [lodash.List, lodash.List, lodash.List, lodash.List]): Array<[T1 | undefined, T2 | undefined, T3 | undefined, T4 | undefined]>; (arrays1: [lodash.List, lodash.List, lodash.List, lodash.List, lodash.List]): Array<[T1 | undefined, T2 | undefined, T3 | undefined, T4 | undefined, T5 | undefined]>; (arrays: ReadonlyArray | null | undefined>): Array>; } interface LodashZipObject { (props: lodash.List): LodashZipObject1x1; (props: lodash.__, values: lodash.List): LodashZipObject1x2; (props: lodash.List, values: lodash.List): lodash.Dictionary; } type LodashZipObject1x1 = (values: lodash.List) => lodash.Dictionary; type LodashZipObject1x2 = (props: lodash.List) => lodash.Dictionary; interface LodashZipObjectDeep { (paths: lodash.List): LodashZipObjectDeep1x1; (paths: lodash.__, values: lodash.List): LodashZipObjectDeep1x2; (paths: lodash.List, values: lodash.List): object; } type LodashZipObjectDeep1x1 = (values: lodash.List) => object; type LodashZipObjectDeep1x2 = (paths: lodash.List) => object; interface LodashZipWith { (iteratee: (value1: T1, value2: T2) => TResult): LodashZipWith1x1; (iteratee: lodash.__, arrays1: lodash.List): LodashZipWith1x2; (iteratee: (value1: T1, value2: T2) => TResult, arrays1: lodash.List): LodashZipWith1x3; (iteratee: lodash.__, arrays1: lodash.__, arrays2: lodash.List): LodashZipWith1x4; (iteratee: (value1: T1, value2: T2) => TResult, arrays1: lodash.__, arrays2: lodash.List): LodashZipWith1x5; (iteratee: lodash.__, arrays1: lodash.List, arrays2: lodash.List): LodashZipWith1x6; (iteratee: (value1: T1, value2: T2) => TResult, arrays1: lodash.List, arrays2: lodash.List): TResult[]; } interface LodashZipWith1x1 { (arrays1: lodash.List): LodashZipWith1x3; (arrays1: lodash.__, arrays2: lodash.List): LodashZipWith1x5; (arrays1: lodash.List, arrays2: lodash.List): TResult[]; } interface LodashZipWith1x2 { (iteratee: (value1: T1, value2: T2) => TResult): LodashZipWith1x3; (iteratee: lodash.__, arrays2: lodash.List): LodashZipWith1x6; (iteratee: (value1: T1, value2: T2) => TResult, arrays2: lodash.List): TResult[]; } type LodashZipWith1x3 = (arrays2: lodash.List) => TResult[]; interface LodashZipWith1x4 { (iteratee: (value1: T1, value2: T2) => TResult): LodashZipWith1x5; (iteratee: lodash.__, arrays1: lodash.List): LodashZipWith1x6; (iteratee: (value1: T1, value2: T2) => TResult, arrays1: lodash.List): TResult[]; } type LodashZipWith1x5 = (arrays1: lodash.List) => TResult[]; type LodashZipWith1x6 = (iteratee: (value1: T1, value2: T2) => TResult) => TResult[]; interface LoDashFp { add: LodashAdd; after: LodashAfter; all: LodashEvery; allPass: LodashOverEvery; always: LodashConstant; any: LodashSome; anyPass: LodashOverSome; apply: LodashApply; ary: LodashAry; assign: LodashAssign; assignAll: LodashAssignAll; assignAllWith: LodashAssignAllWith; assignIn: LodashAssignIn; assignInAll: LodashAssignInAll; assignInAllWith: LodashAssignInAllWith; assignInWith: LodashAssignInWith; assignWith: LodashAssignWith; assoc: LodashSet; assocPath: LodashSet; at: LodashAt; attempt: LodashAttempt; before: LodashBefore; bind: LodashBind; bindAll: LodashBindAll; bindKey: LodashBindKey; camelCase: LodashCamelCase; capitalize: LodashCapitalize; castArray: LodashCastArray; ceil: LodashCeil; chunk: LodashChunk; clamp: LodashClamp; clone: LodashClone; cloneDeep: LodashCloneDeep; cloneDeepWith: LodashCloneDeepWith; cloneWith: LodashCloneWith; compact: LodashCompact; complement: LodashNegate; compose: LodashFlowRight; concat: LodashConcat; cond: LodashCond; conforms: LodashConformsTo; conformsTo: LodashConformsTo; constant: LodashConstant; contains: LodashContains; countBy: LodashCountBy; create: LodashCreate; curry: LodashCurry; curryN: LodashCurryN; curryRight: LodashCurryRight; curryRightN: LodashCurryRightN; debounce: LodashDebounce; deburr: LodashDeburr; defaults: LodashDefaults; defaultsAll: LodashDefaultsAll; defaultsDeep: LodashDefaultsDeep; defaultsDeepAll: LodashDefaultsDeepAll; defaultTo: LodashDefaultTo; defer: LodashDefer; delay: LodashDelay; difference: LodashDifference; differenceBy: LodashDifferenceBy; differenceWith: LodashDifferenceWith; dissoc: LodashUnset; dissocPath: LodashUnset; divide: LodashDivide; drop: LodashDrop; dropLast: LodashDropRight; dropLastWhile: LodashDropRightWhile; dropRight: LodashDropRight; dropRightWhile: LodashDropRightWhile; dropWhile: LodashDropWhile; each: LodashForEach; eachRight: LodashForEachRight; endsWith: LodashEndsWith; entries: LodashToPairs; entriesIn: LodashToPairsIn; eq: LodashEq; equals: LodashIsEqual; escape: LodashEscape; escapeRegExp: LodashEscapeRegExp; every: LodashEvery; extend: LodashExtend; extendAll: LodashExtendAll; extendAllWith: LodashExtendAllWith; extendWith: LodashExtendWith; F: LodashStubFalse; fill: LodashFill; filter: LodashFilter; find: LodashFind; findFrom: LodashFindFrom; findIndex: LodashFindIndex; findIndexFrom: LodashFindIndexFrom; findKey: LodashFindKey; findLast: LodashFindLast; findLastFrom: LodashFindLastFrom; findLastIndex: LodashFindLastIndex; findLastIndexFrom: LodashFindLastIndexFrom; findLastKey: LodashFindLastKey; first: LodashHead; flatMap: LodashFlatMap; flatMapDeep: LodashFlatMapDeep; flatMapDepth: LodashFlatMapDepth; flatten: LodashFlatten; flattenDeep: LodashFlattenDeep; flattenDepth: LodashFlattenDepth; flip: LodashFlip; floor: LodashFloor; flow: LodashFlow; flowRight: LodashFlowRight; forEach: LodashForEach; forEachRight: LodashForEachRight; forIn: LodashForIn; forInRight: LodashForInRight; forOwn: LodashForOwn; forOwnRight: LodashForOwnRight; fromPairs: LodashFromPairs; functions: LodashFunctions; functionsIn: LodashFunctionsIn; get: LodashGet; getOr: LodashGetOr; groupBy: LodashGroupBy; gt: LodashGt; gte: LodashGte; has: LodashHas; hasIn: LodashHasIn; head: LodashHead; identical: LodashEq; identity: LodashIdentity; includes: LodashIncludes; includesFrom: LodashIncludesFrom; indexBy: LodashKeyBy; indexOf: LodashIndexOf; indexOfFrom: LodashIndexOfFrom; init: LodashInitial; initial: LodashInitial; inRange: LodashInRange; intersection: LodashIntersection; intersectionBy: LodashIntersectionBy; intersectionWith: LodashIntersectionWith; invert: LodashInvert; invertBy: LodashInvertBy; invertObj: LodashInvert; invoke: LodashInvoke; invokeArgs: LodashInvokeArgs; invokeArgsMap: LodashInvokeArgsMap; invokeMap: LodashInvokeMap; isArguments: LodashIsArguments; isArray: LodashIsArray; isArrayBuffer: LodashIsArrayBuffer; isArrayLike: LodashIsArrayLike; isArrayLikeObject: LodashIsArrayLikeObject; isBoolean: LodashIsBoolean; isBuffer: LodashIsBuffer; isDate: LodashIsDate; isElement: LodashIsElement; isEmpty: LodashIsEmpty; isEqual: LodashIsEqual; isEqualWith: LodashIsEqualWith; isError: LodashIsError; isFinite: LodashIsFinite; isFunction: LodashIsFunction; isInteger: LodashIsInteger; isLength: LodashIsLength; isMap: LodashIsMap; isMatch: LodashIsMatch; isMatchWith: LodashIsMatchWith; isNaN: LodashIsNaN; isNative: LodashIsNative; isNil: LodashIsNil; isNull: LodashIsNull; isNumber: LodashIsNumber; isObject: LodashIsObject; isObjectLike: LodashIsObjectLike; isPlainObject: LodashIsPlainObject; isRegExp: LodashIsRegExp; isSafeInteger: LodashIsSafeInteger; isSet: LodashIsSet; isString: LodashIsString; isSymbol: LodashIsSymbol; isTypedArray: LodashIsTypedArray; isUndefined: LodashIsUndefined; isWeakMap: LodashIsWeakMap; isWeakSet: LodashIsWeakSet; iteratee: LodashIteratee; join: LodashJoin; juxt: LodashOver; kebabCase: LodashKebabCase; keyBy: LodashKeyBy; keys: LodashKeys; keysIn: LodashKeysIn; last: LodashLast; lastIndexOf: LodashLastIndexOf; lastIndexOfFrom: LodashLastIndexOfFrom; lowerCase: LodashLowerCase; lowerFirst: LodashLowerFirst; lt: LodashLt; lte: LodashLte; map: LodashMap; mapKeys: LodashMapKeys; mapValues: LodashMapValues; matches: LodashIsMatch; matchesProperty: LodashMatchesProperty; max: LodashMax; maxBy: LodashMaxBy; mean: LodashMean; meanBy: LodashMeanBy; memoize: LodashMemoize; merge: LodashMerge; mergeAll: LodashMergeAll; mergeAllWith: LodashMergeAllWith; mergeWith: LodashMergeWith; method: LodashMethod; methodOf: LodashMethodOf; min: LodashMin; minBy: LodashMinBy; multiply: LodashMultiply; nAry: LodashAry; negate: LodashNegate; noConflict: LodashNoConflict; noop: LodashNoop; now: LodashNow; nth: LodashNth; nthArg: LodashNthArg; omit: LodashOmit; omitAll: LodashOmit; omitBy: LodashOmitBy; once: LodashOnce; orderBy: LodashOrderBy; over: LodashOver; overArgs: LodashOverArgs; overEvery: LodashOverEvery; overSome: LodashOverSome; pad: LodashPad; padChars: LodashPadChars; padCharsEnd: LodashPadCharsEnd; padCharsStart: LodashPadCharsStart; padEnd: LodashPadEnd; padStart: LodashPadStart; parseInt: LodashParseInt; partial: LodashPartial; partialRight: LodashPartialRight; partition: LodashPartition; path: LodashPath; pathEq: LodashMatchesProperty; pathOr: LodashPathOr; paths: LodashAt; pick: LodashPick; pickAll: LodashPick; pickBy: LodashPickBy; pipe: LodashFlow; pluck: LodashMap; prop: LodashProp; propEq: LodashMatchesProperty; property: LodashProperty; propertyOf: LodashPropertyOf; propOr: LodashPropOr; props: LodashAt; pull: LodashPull; pullAll: LodashPullAll; pullAllBy: LodashPullAllBy; pullAllWith: LodashPullAllWith; pullAt: LodashPullAt; random: LodashRandom; range: LodashRange; rangeRight: LodashRangeRight; rangeStep: LodashRangeStep; rangeStepRight: LodashRangeStepRight; rearg: LodashRearg; reduce: LodashReduce; reduceRight: LodashReduceRight; reject: LodashReject; remove: LodashRemove; repeat: LodashRepeat; replace: LodashReplace; rest: LodashRest; restFrom: LodashRestFrom; result: LodashResult; reverse: LodashReverse; round: LodashRound; runInContext: LodashRunInContext; sample: LodashSample; sampleSize: LodashSampleSize; set: LodashSet; setWith: LodashSetWith; shuffle: LodashShuffle; size: LodashSize; slice: LodashSlice; snakeCase: LodashSnakeCase; some: LodashSome; sortBy: LodashSortBy; sortedIndex: LodashSortedIndex; sortedIndexBy: LodashSortedIndexBy; sortedIndexOf: LodashSortedIndexOf; sortedLastIndex: LodashSortedLastIndex; sortedLastIndexBy: LodashSortedLastIndexBy; sortedLastIndexOf: LodashSortedLastIndexOf; sortedUniq: LodashSortedUniq; sortedUniqBy: LodashSortedUniqBy; split: LodashSplit; spread: LodashSpread; spreadFrom: LodashSpreadFrom; startCase: LodashStartCase; startsWith: LodashStartsWith; stubArray: LodashStubArray; stubFalse: LodashStubFalse; stubObject: LodashStubObject; stubString: LodashStubString; stubTrue: LodashStubTrue; subtract: LodashSubtract; sum: LodashSum; sumBy: LodashSumBy; symmetricDifference: LodashXor; symmetricDifferenceBy: LodashXorBy; symmetricDifferenceWith: LodashXorWith; T: LodashStubTrue; tail: LodashTail; take: LodashTake; takeLast: LodashTakeRight; takeLastWhile: LodashTakeRightWhile; takeRight: LodashTakeRight; takeRightWhile: LodashTakeRightWhile; takeWhile: LodashTakeWhile; tap: LodashTap; template: LodashTemplate; throttle: LodashThrottle; thru: LodashThru; times: LodashTimes; toArray: LodashToArray; toFinite: LodashToFinite; toInteger: LodashToInteger; toLength: LodashToLength; toLower: LodashToLower; toNumber: LodashToNumber; toPairs: LodashToPairs; toPairsIn: LodashToPairsIn; toPath: LodashToPath; toPlainObject: LodashToPlainObject; toSafeInteger: LodashToSafeInteger; toString: LodashToString; toUpper: LodashToUpper; transform: LodashTransform; trim: LodashTrim; trimChars: LodashTrimChars; trimCharsEnd: LodashTrimCharsEnd; trimCharsStart: LodashTrimCharsStart; trimEnd: LodashTrimEnd; trimStart: LodashTrimStart; truncate: LodashTruncate; unapply: LodashUnapply; unary: LodashUnary; unescape: LodashUnescape; union: LodashUnion; unionBy: LodashUnionBy; unionWith: LodashUnionWith; uniq: LodashUniq; uniqBy: LodashUniqBy; uniqueId: LodashUniqueId; uniqWith: LodashUniqWith; unnest: LodashFlatten; unset: LodashUnset; unzip: LodashUnzip; unzipWith: LodashUnzipWith; update: LodashUpdate; updateWith: LodashUpdateWith; upperCase: LodashUpperCase; upperFirst: LodashUpperFirst; useWith: LodashOverArgs; values: LodashValues; valuesIn: LodashValuesIn; where: LodashConformsTo; whereEq: LodashIsMatch; without: LodashWithout; words: LodashWords; wrap: LodashWrap; xor: LodashXor; xorBy: LodashXorBy; xorWith: LodashXorWith; zip: LodashZip; zipAll: LodashZipAll; zipObj: LodashZipObject; zipObject: LodashZipObject; zipObjectDeep: LodashZipObjectDeep; zipWith: LodashZipWith; __: lodash.__; placeholder: lodash.__; } }