export declare namespace Registry { function Load(): { routes: { [name: string]: { folderPath: string; mainPath: string; }; }; }; function Save(): void; function addReroute(module: string, pPath: string): void; function removeReroute(module: string): void; }