import path from 'node:path'; export const _path = path; export function foo(two: number) { return two; }