export declare function getPublicModuleNameFromPath(modulePath: string): { moduleName: string | null; restPath: string; };