import dayjs from 'dayjs'; export declare function useNow(enabled: boolean): { now: dayjs.Dayjs; };