export declare class GlobalModuleManager { modules: string[]; constructor(); add(path: string): void; get(name: string): string; }