import type { StablePromotionDirectory } from './runtime-promotion-filesystem-io.js'; import type { RuntimePromotionArtifactMarker, RuntimePromotionFilesystemDependencies } from './runtime-promotion-filesystem-types.js'; /** * Remove one already-owned tree without following links. The caller must * publish a durable cleanup marker before invoking this function. */ export declare function removeBoundedOwnedTree(parent: StablePromotionDirectory, root: string, dependencies: RuntimePromotionFilesystemDependencies, expectedRootIdentity: NonNullable, revalidateBeforeMutation?: () => void): boolean; //# sourceMappingURL=runtime-promotion-filesystem-cleanup-io.d.ts.map