import { type ToolCliContext } from '@opensip-cli/core'; import { type GraphProfileBuilder } from './profile.js'; import type { GraphCommandOptions } from './graph-options.js'; import type { GraphRunOutcome } from './graph-run-outcome.js'; /** * `graph --workspace` fan-out. The parent aggregates per-unit child runs for * reporting and a single dashboard session, but intentionally does not emit a * cloud signal envelope for the aggregate. */ export declare function executeWorkspaceGraph(opts: GraphCommandOptions, cli: ToolCliContext, profile?: GraphProfileBuilder): Promise; //# sourceMappingURL=graph-workspace-mode.d.ts.map