import * as Effect from "effect/Effect"; import * as FileSystem from "effect/FileSystem"; import * as Path from "effect/Path"; import * as Schema from "effect/Schema"; import { type AppError } from "../app-error/index.js"; export declare const TreeIntegritySchema: Schema.brand; export type TreeIntegrity = Schema.Schema.Type; export declare const computeMaterializedTreeIntegrity: (root: string) => Effect.Effect; //# sourceMappingURL=materialized-tree.d.ts.map