import type { FeatureName } from '../context/ToggleContext/types';
import type { CountryCode } from '../types/datasets/country-code';
export declare const isJapanLocalizationEnabled: (isFeatureEnabled: ((key: FeatureName) => boolean) | undefined, country: CountryCode) => boolean;
