import type { JestEnvironment } from '@jest/environment'; import type { EnvironmentListenerOnly } from '../types'; export declare function requireModule(rootDir: string, moduleName: string): Promise | null>;