/** * Resolve a path while honoring Windows drive and UNC roots even when a * portable path is inspected on a POSIX host (for example, in CI). */ export declare function resolvePortablePath(...segments: string[]): string; //# sourceMappingURL=portable-path.d.ts.map