/** Durable host acknowledgement boundary for daemon-started v3 runs. */ /** * Persist exactly one matching runStarted event before a host returns success * or schedules detached execution. A non-empty journal without that identity * is corruption, not an invitation to append a new history root. */ export declare function persistV3StartIntent(runId: string, runDir: string): void; //# sourceMappingURL=start-intent.d.ts.map