/** * Returns the effective locale from AtlantisContext, normalised (lower-case, * underscores replaced with hyphens) and gated against RELEASED_LANGUAGES. * Unreleased languages fall back to "en". */ export declare function useReleasedLocale(): string;