/// <reference path="../node_modules/@types/node/index.d.ts" />

declare module NodeJS  {
  interface Global {
    use: any
  }
}