/** * Computes the relative path from one path to another. */ export declare function computeRelativePath(fromPath: string, toPath: string): string; //# sourceMappingURL=path.d.ts.map