export * from './enums';
/**
 * Represents some sort of root element or is simply the bottom value of a
 * logical timestamp.
 */
export declare const ORIGIN: import("./clock").ITimestampStruct;
