export declare const PathnameGenerator: (name: string) => string; type ModulePaths = Record; export declare const MAIN_MENU: ModulePaths; export declare const MODULES: ModulePaths; export declare const generateCrudPaths: (base: string, entity: string, prefix?: string, keyPostfix?: string) => { [k: string]: string; }; export declare const generateModulePaths: (mainModule: keyof typeof MAIN_MENU, subModule: keyof typeof MODULES, entity: string, keyPostfix?: string) => { [x: string]: string; }; export declare const PathnameOnBoarding: Record; export {};