import ApplicationConfig from './ApplicationConfig';

export default class Application {
  constructor(config: ApplicationConfig) {

  }
}