/** * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */exportdeclareconstNODE_MODULES:string;exportdeclareconstDEFAULT_JS_PATTERN="^.+\\.[jt]sx?$";exportdeclareconstDEFAULT_REPORTER_LABEL="default";exportdeclareconstPACKAGE_JSON="package.json";exportdeclareconstJEST_CONFIG_BASE_NAME="jest.config";exportdeclareconstJEST_CONFIG_EXT_CJS=".cjs";exportdeclareconstJEST_CONFIG_EXT_MJS=".mjs";exportdeclareconstJEST_CONFIG_EXT_JS=".js";exportdeclareconstJEST_CONFIG_EXT_JSON=".json";exportdeclareconstJEST_CONFIG_EXT_ORDER:readonlystring[];