import type { DesiredStateGraph } from "@intentic/graph"; import type { EngineConfig, OrphanEntry, PruneOutcome } from "../types.js"; export declare const prune: (previous: DesiredStateGraph, current: DesiredStateGraph, config: EngineConfig) => Promise; export declare const pruneOrphans: (orphans: readonly OrphanEntry[], config: EngineConfig) => Promise; //# sourceMappingURL=prune.d.ts.map