export function loadModule(path: any): { name: string; path: any; }[]; export function getCoreModules(): { name: string; resolve: string; path: string; }[];