import type { DesiredStateGraph } from "@intentic/graph"; import type { IntentSet } from "@intentic/need-resolver"; import type { Catalog } from "./lib/catalog.js"; export declare const resolveState: (intent: IntentSet, zone?: string, catalog?: Catalog) => DesiredStateGraph; //# sourceMappingURL=state.d.ts.map