/** * Resolves path segments into a `path` * @param pathSegments to process to path */ export declare function posixResolve(...pathSegments: string[]): string; /** * Resolves path segments into a `path` * @param pathSegments to process to path */ export declare function windowsResolve(...pathSegments: string[]): string;