/** * Returns the package name and the optional subpath */ export default function getModuleParts(_name: string): [string, string | null | undefined];