export declare const builtinModules: string[]; export declare function isBuiltin(id: string): boolean; export declare function createRequire(origin: string): (specifier: string) => unknown; export declare const _cache: Record; export declare const _extensions: Record; export declare const _pathCache: Record; export declare function _resolveFilename(request: string, _parent?: unknown, _isMain?: boolean, _options?: unknown): string; export declare function _nodeModulePaths(from: string): string[]; export declare function _load(request: string, _parent?: unknown, _isMain?: boolean): unknown; export declare function _findPath(request: string, _paths?: string[], _isMain?: boolean): string | false; export declare function wrap(script: string): string; export declare const wrapper: string[]; export declare function syncBuiltinESMExports(): void; export declare function Module(this: any, id?: string, parent?: any): void; export declare namespace Module { var createRequire: typeof import("./module").createRequire; var builtinModules: string[]; var isBuiltin: typeof import("./module").isBuiltin; var _cache: Record; var _extensions: Record; var _pathCache: Record; var _resolveFilename: typeof import("./module")._resolveFilename; var _nodeModulePaths: typeof import("./module")._nodeModulePaths; var _load: typeof import("./module")._load; var _findPath: typeof import("./module")._findPath; var syncBuiltinESMExports: typeof import("./module").syncBuiltinESMExports; var wrap: typeof import("./module").wrap; var wrapper: string[]; var Module: typeof import("./module").Module; var runMain: () => void; var _preloadModules: (_requests?: string[]) => void; var _initPaths: () => void; var globalPaths: string[]; } export default Module;