Asynchronously imports a module given its relative path.
The relative path to the module to be imported.
A promise that resolves to the imported module, or null if the import fails.
Asynchronously imports a module given its relative path.