declare const globalVar: any; declare function createGlobal(key: string, init: () => T): T; export { createGlobal, globalVar };