declare function lazyRequire( requireFn: (moduleId: string) => T ): (moduleId: string) => T; export = lazyRequire;