/** 解析模块中文件的地址,并非解析__dirname 和 __filename 的函数 */ export declare const resolveNodeModule: (path: string) => Promise;