export type LocaleType = 'zh-CN' | 'en-US' | 'ko-KR' | 'ja-JP'; export declare const translate: (locale: LocaleType, key: string) => string;