export declare const SUPPORTED_GOAL_LOCALES: readonly ["en", "tr", "de", "fr", "es", "it", "pt", "pt-BR", "nl", "pl", "ru", "uk", "cs", "sv", "da", "fi", "no", "ro", "hu", "el", "ja", "ko", "zh-CN", "zh-TW", "ar"]; export type GoalLocale = (typeof SUPPORTED_GOAL_LOCALES)[number]; export declare function resolveGoalLocale(raw?: string | null): GoalLocale; export declare function currentGoalLocale(): GoalLocale; export declare function isNaturalResumeText(text: string): boolean; export declare function translateCoreText(text: string, locale?: GoalLocale): string; //# sourceMappingURL=i18n.d.ts.map