export declare function resolveProjectRoot(projectRoot: string): Promise; export declare function resolvePathInsideRoot(projectRoot: string, inputPath: string): Promise; export declare function isPathInsideRoot(projectRoot: string, candidatePath: string): boolean; //# sourceMappingURL=paths.d.ts.map