import { Container } from 'inversify';

/**
  It is a wrapper around the "inversify" container
  with global context across the application
*/
declare const ApplicationContext: Container;

export { ApplicationContext };
