/** Resolve a path under a canonical root and reject sibling-prefix and symlink escapes. */ export declare function containedPath(rootPath: string, requestedPath: string, mutation?: boolean): string;