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