import type { SessionContextRecord } from "../state/state-types"; export declare function buildSessionContext(checkin: unknown, runtimeSessionId: string, now?: Date): SessionContextRecord; export declare function formatSessionContextSummary(context: SessionContextRecord, stagingDir?: string): string;