/** * Easy Integration Examples for Node.js Backends * * This file demonstrates how to integrate Flow Engine with popular Node.js frameworks */ import { SimpleFlowEngine, createFlow, expressFlow } from '../SimpleFlowEngine'; export declare function createExpressApp(): { userRegistrationFlow: SimpleFlowEngine; orderProcessingFlow: SimpleFlowEngine; }; export declare function standaloneExample(): Promise; export declare function createAdvancedFlow(): SimpleFlowEngine; export { SimpleFlowEngine, createFlow, expressFlow }; //# sourceMappingURL=NodeJSIntegrations.d.ts.map