import { DataFlowState } from "../types";
export declare function getDomInputValue<Schema>(dataFlowState: DataFlowState<Schema>): any;
