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