import types from './types'; import has from './has'; declare function singleton>>( fn: F, hashFn?: types.AnyFn ): F; export default singleton;