export const ONE_SECOND: number = 1_000;
export const ONE_HOUR: bigint = 3_600_000n;
export const ONE_DAY: bigint = 86_400_000n;
export const ONE_YEAR: bigint = 31_536_000_000n;
