import LogicFlow from '@logicflow/core'; declare global { interface Window { readonly lf: LogicFlow; } }