global.d.ts
1  import {GlobalConfigInstance} from './lib/config'; 
2  
3  export * from './lib/core';
4  export var config: GlobalConfigInstance