/** * Converts `string` to a property path array. * * @private * @param {string} input The string to convert. * @returns {Array} Returns the property path array. */ export default function parsePath(input: string): any[];