/**
 * Copyright (c) Meta Platforms, Inc. and affiliates.
 *
 * This source code is licensed under the MIT license found in the
 * LICENSE file in the root directory of this source tree.
 *
 * Vendored from `@react-native/babel-preset`.
 * https://github.com/facebook/react-native/blob/main/packages/react-native-babel-preset/src/configs/lazy-imports.js
 *
 * This is the set of modules that React Native publicly exports and that we
 * want to require lazily. Keep this list in sync with
 * react-native/index.js (though having extra entries here is fairly harmless).
 */
export declare const lazyImports: Set<string>;
