///
///
///
///
///
///
///
///
///
///
///
///
export = _;
export as namespace _;
declare const _: _.LoDashStatic;
declare namespace _ {
// tslint:disable-next-line no-empty-interface (This will be augmented)
interface LoDashStatic {}
}
// Backward compatibility with --target es5
declare global {
// tslint:disable-next-line:no-empty-interface
interface Set {}
// tslint:disable-next-line:no-empty-interface
interface Map {}
// tslint:disable-next-line:no-empty-interface
interface WeakSet {}
// tslint:disable-next-line:no-empty-interface
interface WeakMap {}
}