import type { DesiredStateGraph, Move } from "@intentic/graph"; import type { EngineConfig } from "../types.js"; export declare const applyMoves: (graph: DesiredStateGraph, config: EngineConfig) => Promise; export declare const rewriteGraphForMoves: (previous: DesiredStateGraph, moves: readonly Move[]) => DesiredStateGraph; //# sourceMappingURL=moves.d.ts.map