export declare class PathService { private readonly projectRoot; constructor(); resolve(relativePath: string): string; }