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