/** * Read the planning pipeline's handoff artifact when it exists. Implementation * execution no longer has a second dispatch-plan marshalling layer: the only * production implementation boundary is hostHandoff.ts. */ export declare function readExtractedPlanIfPresent(artifactsDir: string): Promise; //# sourceMappingURL=marshal.d.ts.map