/** * Dynamically imports required modules using the specified base path. * @param basePath The base path to use for resolving module paths. * @param requiredModules An array of module names to import. * @throws An error if any of the required modules fail to import. */ export declare function importModules(basePath: string, requiredModules: string[]): Promise; //# sourceMappingURL=import-modules.d.ts.map