import * as dayjs from 'dayjs'; export declare function formatDate(date?: string | number | Date | dayjs.Dayjs | null | undefined, format?: string): string; export declare function formatSize(size: number): string; //# sourceMappingURL=format.d.ts.map