import type { EngineBundle, EngineContext } from '../../port/executionEngine.js'; export declare const createOrgEngine: (ctx: EngineContext) => Promise;