export declare class RelativePathResolver { private absoluteToRelativePath; private projectRoot; constructor(projectRoot?: string); getRelativePath(absolutePath: string): string; private adjustPathSlashes; private resolveProjectRoot; }