/** * Simple Flow Engine Examples * * This file demonstrates the easy-to-use Flow Engine API */ export declare function basicExample(): Promise; export declare function createExpressExample(): any; export declare function advancedFeaturesExample(): Promise; export declare function errorHandlingExample(): Promise; export declare function retryLogicExample(): Promise; export declare function runAllExamples(): Promise; //# sourceMappingURL=SimpleExamples.d.ts.map