/** * @copyright Sister Software * @license AGPL-3.0 * @author Teffen Ellis, et al. * * Ja-JP locale profile, and the core abstraction's forward-compat sanity check (#8): does the * registry accept a locale that omits `street` entirely, and whose hierarchy runs * largest-to-smallest, without throwing or tripping a type assertion? While this profile registers * cleanly, Japan support needs no core refactor. * * No rule classifiers are listed because the JP profile is neural-only — the rule pipeline produces * no Japanese-specific tags. The empty list is itself the assertion that nothing in the system * assumes every locale has rule classifiers. */ import type { LocaleProfile } from "../locale.ts"; /** * Japanese locale profile. Note the reversed hierarchy: Japan addresses run largest-to-smallest. */ export declare const jaJP: LocaleProfile; //# sourceMappingURL=ja-jp.d.ts.map