/** * Resolves an input path against the provided project root and validates it is * contained within the project root. Throws if the resolved path escapes the * root (path traversal attempt). */ export declare function resolveAndValidatePath(inputPath: string, projectRoot: string): string; //# sourceMappingURL=path-safety.d.ts.map