/**
* Allows you to disable Jest detection
* @param {boolean} value True to disable Jest detection
*/exportdeclareconstsetForceDisableJestDetection: (value: boolean) =>void;
/**
* Checks if the script is running using Jest test engine
*/exportdeclareconstisJest: () =>boolean;