/** * Calculate milliseconds until the next unit boundary for relative time updates * @param date The target date * @returns milliseconds until next update should occur */ export default function getNextUpdateDelay(date: Date): number;