export const _: {
    __: import("lodash").LoDashStatic;
    castArray: import("lodash/fp").LodashCastArray;
    clamp: import("lodash/fp").LodashClamp;
    compact: import("lodash/fp").LodashCompact;
    concat: import("lodash/fp").LodashConcat;
    constant: import("lodash/fp").LodashConstant;
    curry: import("lodash/fp").LodashCurry;
    curryN: import("lodash/fp").LodashCurryN;
    defaults: import("lodash/fp").LodashDefaults;
    defaultsDeep: import("lodash/fp").LodashDefaultsDeep;
    defaultsDeepAll: import("lodash/fp").LodashDefaultsDeepAll;
    every: import("lodash/fp").LodashEvery;
    filter: import("lodash/fp").LodashFilter;
    flatMap: import("lodash/fp").LodashFlatMap;
    flip: import("lodash/fp").LodashFlip;
    forEach: import("lodash/fp").LodashForEach;
    fromPairs: import("lodash/fp").LodashFromPairs;
    get: import("lodash/fp").LodashGet;
    getOr: import("lodash/fp").LodashGetOr;
    gte: import("lodash/fp").LodashGte;
    has: import("lodash/fp").LodashHas;
    identity: import("lodash/fp").LodashIdentity;
    includes: import("lodash/fp").LodashIncludes;
    invokeArgs: import("lodash/fp").LodashInvokeArgs;
    intersection: import("lodash/fp").LodashIntersection;
    isArray: import("lodash/fp").LodashIsArray;
    isBoolean: import("lodash/fp").LodashIsBoolean;
    isEmpty: import("lodash/fp").LodashIsEmpty;
    isError: import("lodash/fp").LodashIsError;
    isFunction: import("lodash/fp").LodashIsFunction;
    isNaN: import("lodash/fp").LodashIsNaN;
    isNumber: import("lodash/fp").LodashIsNumber;
    isObject: import("lodash/fp").LodashIsObject;
    isPromise: typeof isPromise;
    isString: import("lodash/fp").LodashIsString;
    isUndefined: import("lodash/fp").LodashIsUndefined;
    join: import("lodash/fp").LodashJoin;
    keys: import("lodash/fp").LodashKeys;
    lowerCase: import("lodash/fp").LodashLowerCase;
    map: import("lodash/fp").LodashMap;
    mapKeys: import("lodash/fp").LodashMapKeys;
    mapValues: import("lodash/fp").LodashMapValues;
    memoize: import("lodash/fp").LodashMemoize;
    merge: import("lodash/fp").LodashMerge;
    mergeAll: import("lodash/fp").LodashMergeAll;
    negate: import("lodash/fp").LodashNegate;
    noop: import("lodash/fp").LodashNoop;
    omit: import("lodash/fp").LodashOmit;
    omitBy: import("lodash/fp").LodashOmitBy;
    once: import("lodash/fp").LodashOnce;
    orderBy: import("lodash/fp").LodashOrderBy;
    overEvery: import("lodash/fp").LodashOverEvery;
    overSome: import("lodash/fp").LodashOverSome;
    pick: import("lodash/fp").LodashPick;
    pickBy: import("lodash/fp").LodashPickBy;
    pipe: import("lodash/fp").LodashFlow;
    pull: import("lodash/fp").LodashPull;
    reduce: import("lodash/fp").LodashReduce;
    reverse: import("lodash/fp").LodashReverse;
    size: import("lodash/fp").LodashSize;
    some: import("lodash/fp").LodashSome;
    split: import("lodash/fp").LodashSplit;
    startsWith: import("lodash/fp").LodashStartsWith;
    sum: import("lodash/fp").LodashSum;
    tap: import("lodash/fp").LodashTap;
    toFrozenMap: (object: object) => Readonly<Map<string, any>>;
    toMap: (object: object) => Map<string, any>;
    toPairs: import("lodash/fp").LodashToPairs;
    toUpper: import("lodash/fp").LodashToUpper;
    traverse: any;
    trim: import("lodash/fp").LodashTrim;
    unary: import("lodash/fp").LodashUnary;
    uniq: import("lodash/fp").LodashUniq;
    values: import("lodash/fp").LodashValues;
};
import isPromise from "p-is-promise";
