export declare function resolveRoot(targetPath: string): string; export declare function resolveWithinRoot(rootAbs: string, relPath: string): string | null; export declare function toPosixRelPath(p: string): string; //# sourceMappingURL=path-utils.d.ts.map