type RelativeTimeFormatOptions = {
  now?: number | Date;
  unit?: Intl.RelativeTimeFormatUnit;
};

export default RelativeTimeFormatOptions;
