/** * Returns the path from a path name be splitting the name by separator '.'. * @private * @param {string} pathName * @returns {string[]} - The path */ export default function getPathFromName(pathName: string): string[];