/** * (c) Facebook, Inc. and its affiliates. Confidential and proprietary. * * @emails oncall+recoil * @flow strict-local * @format */ 'use strict'; import type { NodeCache } from './Recoil_NodeCache'; declare function nodeCacheMostRecent(): NodeCache; module.exports = nodeCacheMostRecent;