declare namespace NodeJS { export interface Process { projectDir: string currentDir: string } }