export declare class LocalModuleManager { modules: any; constructor(); add(name: string, path: string): void; get(name: string): string; }