import { type ILaunchHttpServerOptions, NodeEnvManager } from '@dazl/engine-runtime-node'; import type { FeatureEnvironmentMapping } from './types.js'; export declare function runLocalNodeManager(featureEnvironmentsMapping: FeatureEnvironmentMapping, execRuntimeOptions: Map, outputPath?: string, serverOptions?: ILaunchHttpServerOptions): Promise<{ port: number; manager: NodeEnvManager; }>; //# sourceMappingURL=run-local-mode-manager.d.ts.map