export declare function reconcileState(root: string): Promise<{ status: "clean" | "drifted" | "missing"; missing: string[]; runtimeSchemaVersion?: number; }>; //# sourceMappingURL=reconcile-state.d.ts.map