import type { PathArray, AbsoluteArray } from '../types'; /** * Converts a `PathArray` to an `AbsoluteArray`. */ export declare function path2Absolute(pathInput: string | PathArray): AbsoluteArray;