import type { RuntimeContextPackReference } from "./runtime-context-manifest.js"; import type { RuntimeDelegationAssignment, TaskContext } from "./types.js"; export declare function buildRuntimeContextPackReference({ root, context, taskId, phase, role, assignment, }: { root: string; context: TaskContext; taskId: string; phase: string; role: string; assignment: RuntimeDelegationAssignment; }): Promise;