import { default as dayjs } from 'dayjs'; /** Parse a date with dayjs */ export declare function parseDate(value: string, format?: string): dayjs.Dayjs;