/** * Recursively LF-normalize every string in a value. Keeps material-hash * determinism SINGLE-HOMED in the hash (Tenet-20, gemini diff-review): a hash * built on this is CRLF-invariant regardless of whether the caller pre-normalized, * so a future caller cannot silently produce a divergent hash by passing * un-normalized CRLF input. */ export declare function lfDeepNormalize(value: unknown): unknown; //# sourceMappingURL=lf-normalize.d.ts.map