/** * Resolve durable Session/Run cwd evidence to a physical project-contained * directory while preserving legitimate nested invocation provenance. * * Project discovery is the authority boundary. A Tool-supplied cwd that cannot * be proven inside that canonical project falls back to the host invocation * cwd, then to the canonical project root. Outside project scope, an existing * directory is still canonicalized so literal platform aliases do not enter * new evidence; historical/missing paths retain their lexical value. */ export declare function authoritativeEvidenceCwd(candidate: string): string; //# sourceMappingURL=evidence-cwd.d.ts.map