import type { PathArray } from '../types';
/**
 * Iterates an array to check if it's an actual `PathArray`.
 */
export declare function isPathArray(path: string | PathArray): path is PathArray;
