import type { PathArray, AbsoluteArray } from '../types';
export declare function path2Absolute(pathInput: string | PathArray): AbsoluteArray;
