import { Dayjs } from 'dayjs'; /** Format a date with dayjs */ export declare function formatDate(date: Dayjs, format?: string): string;