UNPKG

290 BTypeScriptView Raw
1import { Application } from './Application';
2import { Logger } from './Logger';
3declare const setInstance: (app: Application) => void;
4declare const getInstance: () => Application;
5declare const getApplicationLogger: () => Logger;
6export { setInstance, getInstance, getApplicationLogger };