import dayjs from 'dayjs'; export declare const stringToDayjs: (dateStr: string) => dayjs.Dayjs;