import type { ConfigType } from 'dayjs'; export declare const shortDate: (time: ConfigType, format?: string) => any; export declare function relativeTime(time: ConfigType): any;