importtype { PathArray } from'../types';
/**
* Iterates an array to check if it's a `PathArray`
* with all segments are in non-shorthand notation
* with absolute values.
*/exportdeclarefunctionisNormalizedArray(path: string | PathArray): path is PathArray;