export { bump, now } from "./clock.js"; export type { SharedContext } from "./coordination.js"; export type { Stack } from "./stack.js"; export { consume, start } from "./stack.js"; export const TAG: unique symbol = Symbol.for("starbeam.TAG"); export type TAG = typeof TAG;