import LogicFlow from "@logicflow/core"; export declare const eventRegister: (lf: LogicFlow, callback?: (type: string, args: any) => void) => void;