import { IntlShape } from '@formatjs/intl'; import 'dayjs/locale/en'; import 'dayjs/locale/zh-cn'; import 'dayjs/locale/zh-hk'; export declare function getDayjsLocale(locale?: string): "zh-cn" | "zh-hk" | "en"; export declare const messages: Record; export declare function createIntl(locale: KauthLang): IntlShape; export declare type KauthLang = 'zh-CN' | 'zh-HK' | 'en-US';