// ets_tracing: off

export const ClockId: unique symbol = Symbol.for("@effect-ts/system/Clock")
export type ClockId = typeof ClockId
