import { DataFlowState } from "../types";
export declare function hydrateFormState<Schema>(dataFlowState: DataFlowState<Schema>, subset?: string[]): void;
