declare function lazyImport( importFn: (moduleId: string) => T, dirname?: string ): (moduleId: string) => T; export = lazyImport;