export declare function readModulesDir(modulesDir: string): Promise<string[] | null>;
