declare const toTimestamp: (value: bigint) => Date;
declare const toServerSystemClock: (epochMs: number) => bigint;
export { toServerSystemClock, toTimestamp };
