/** * Stored-session cwd containment. * * This intentionally compares normalized strings, not realpaths: session rows * are historical evidence and their directories may no longer exist. Matching * is byte-exact and case-sensitive. Empty or relative stored cwd values are * treated as foreign so scoping fails closed. */ export declare function isSessionCwdWithin(storedCwd: string, root: string): boolean; //# sourceMappingURL=session-cwd-scope.d.ts.map