import { Dayjs } from 'dayjs'; import { Moment } from 'moment'; export declare const useRelativeDateTimeUpdate: (value: Date | Moment | Dayjs) => number;