import type { Flow } from "../types/flow/plain"; import type { State } from "../types/state/state"; export declare function syncState(options: { flow: Flow; state: State; fields: Record; }): State; //# sourceMappingURL=state.d.ts.map