import { Dayjs } from 'dayjs';
export declare class DateUtil {
    static convertDayjsToDateString: (date: Dayjs) => string;
}
