/** * Canonical identity for an authority-bearing write claim. * * Workspace paths stay portable and repository-relative. Approved paths * outside the coordination root become resolved absolute paths so a later * release matches whether the caller supplies the stored dot-dot form or the * absolute target. This is lexical identity only; finalization policy owns the * physical containment and symlink checks before a claim is acquired. */ export declare function canonicalClaimPath(coordRoot: string, value: string): string; //# sourceMappingURL=claim-path.d.ts.map