// Fix for Jest 27 and Node higher than 16. As soon Stencil will be compatible with an higher version of Jest we will be able to remove this file.
export {};

declare global {
  namespace NodeJS {
    interface Global {}
  }
}
