import 'dayjs/locale/ko'; declare const FormatUtils: { si: (count: number) => any; timeBefore: (fromTimestamp: number) => string; }; export default FormatUtils;