import type { PathArray } from '../types';
export declare function path2Array(pathInput: string): PathArray;
