import type { TopLevelConfig } from '@dazl/engine-core'; export interface RunNodeManagerOptions { outputPath: string; featureName?: string; configName?: string; verbose?: boolean; runtimeArgs?: Record; topLevelConfig?: TopLevelConfig; } export declare function resolveRuntimeOptions({ outputPath, featureName, configName, verbose, runtimeArgs, topLevelConfig, }: RunNodeManagerOptions): Map; //# sourceMappingURL=resolve-runtime-options.d.ts.map