/** * @copyright Sister Software * @license AGPL-3.0 * @author Teffen Ellis, et al. * * Fr-FR locale profile. Uses the same rule classifier set as en-US for * locale-agnostic primitives, with the French-specific component set: cedex (postal routing), * street_prefix_particle (de la / du / des), and dependent_locality (arrondissement). The * `central_european_street_name` classifier lives in the registry for FR / DE / etc. and is * included here. */ import type { LocaleProfile } from "../locale.ts"; /** * French locale profile — postcode before locality, and the CEDEX line handled as its own component. */ export declare const frFR: LocaleProfile; //# sourceMappingURL=fr-fr.d.ts.map