1. /**
    
  2.  * Copyright (c) Meta Platforms, Inc. and affiliates.
    
  3.  *
    
  4.  * This source code is licensed under the MIT license found in the
    
  5.  * LICENSE file in the root directory of this source tree.
    
  6.  *
    
  7.  * @flow
    
  8.  */
    
  9. 
    
  10. export * from 'react-client/src/ReactFlightClientConfigBrowser';
    
  11. export * from 'react-dom-bindings/src/shared/ReactFlightClientConfigDOM';
    
  12. 
    
  13. export type Response = any;
    
  14. export opaque type ModuleLoading = mixed;
    
  15. export opaque type SSRModuleMap = mixed;
    
  16. export opaque type ServerManifest = mixed;
    
  17. export opaque type ServerReferenceId = string;
    
  18. export opaque type ClientReferenceMetadata = mixed;
    
  19. export opaque type ClientReference<T> = mixed; // eslint-disable-line no-unused-vars
    
  20. export const resolveClientReference: any = null;
    
  21. export const resolveServerReference: any = null;
    
  22. export const preloadModule: any = null;
    
  23. export const requireModule: any = null;
    
  24. export const prepareDestinationForModule: any = null;
    
  25. export const usedWithSSR = true;