export namespace proc {
  export {cwd}
}
declare function cwd(): string
export {}
