import type { RunRequest } from "@hmbown/kytchen-protocol"; import type { SessionStore, ThreadRecord, TurnRecord } from "@hmbown/kytchen-storage"; export declare class SessionCoordinator { private readonly store; constructor(store: SessionStore); ensureThread(request: RunRequest): Promise; upsertTurn(runId: string, request: RunRequest): Promise; } //# sourceMappingURL=session.d.ts.map