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. /* eslint-disable no-unused-vars */
    
  11. 
    
  12. declare var __EXTENSION__: boolean;
    
  13. declare var __TEST__: boolean;
    
  14. 
    
  15. declare var DARK_MODE_DIMMED_WARNING_COLOR: string;
    
  16. declare var DARK_MODE_DIMMED_ERROR_COLOR: string;
    
  17. declare var DARK_MODE_DIMMED_LOG_COLOR: string;
    
  18. declare var LIGHT_MODE_DIMMED_WARNING_COLOR: string;
    
  19. declare var LIGHT_MODE_DIMMED_ERROR_COLOR: string;
    
  20. declare var LIGHT_MODE_DIMMED_LOG_COLOR: string;