/** True when `path` is the same as `root` or a descendant (no `..` escape). */ export declare function isPathContained(root: string, path: string): boolean; //# sourceMappingURL=path-containment.d.ts.map