declare global {
  namespace NodeJS {
    interface Global {
      Olm : any;
    }
  }
}

export { };