/** @downcity/type/session:Session 跨包数据协议入口。 */ export type { JsonObject, JsonPrimitive, JsonValue, } from "./types/json/Json.js"; export { normalize_session_origin, normalize_session_origin_type, restore_session_origin, type SessionOrigin, } from "./types/session/SessionOrigin.js"; export type * from "./types/session/SessionContent.js"; export type * from "./types/session/SessionMessage.js"; export type * from "./types/session/SessionInteraction.js"; export type * from "./types/session/SessionAction.js"; export type * from "./types/session/SessionTurnFileDiff.js"; export type { SessionCompactReason } from "./types/session/SessionCompact.js"; export * from "./types/session/SessionMutation.js"; export type { SessionSystemBlock, SessionSystemBlockSource, } from "./types/session/SessionSystem.js"; export type * from "./types/session/SessionHook.js"; //# sourceMappingURL=session.d.ts.map