/**
 * Invoked synchronously on timer events.
 *
 * @category Timers
 */
export type TimerCallbackSync = (duration: number) => void;
