import type { DesiredStateGraph } from "@intentic/graph"; import type { EngineConfig, OrphanEntry } from "../types.js"; export declare const collectOrphans: (graph: DesiredStateGraph, config: EngineConfig) => Promise; //# sourceMappingURL=orphans.d.ts.map