import { ts } from'./clock';
export * from'./enums';
/**
* Represents some sort of root element or is simply the bottom value of a
* logical timestamp.
*/exportconstORIGIN = ts(0/* SESSION.SYSTEM */, 0/* SYSTEM_SESSION_TIME.ORIGIN */);
//# sourceMappingURL=constants.js.map