/** * Flow Engine - Simple Workflow Framework for Node.js * * Easy integration with any Node.js backend framework */ export { SimpleFlowEngine, createFlow, expressFlow, fastifyFlow } from './SimpleFlowEngine'; export type { FlowStep, FlowContext, FlowResult } from './SimpleFlowEngine'; export * from './integrations/NodeJSIntegrations'; export * from './types'; //# sourceMappingURL=index.d.ts.map