/** * **toRelativePath** * * Reduces an absolute path to a relative path to the project root or optionally * the project root _offset_ by the `offset` property * * @param path the absolute path */ export declare function toRelativePath(path: string): string; //# sourceMappingURL=relativePath.d.ts.map