/** * @copyright Sister Software * @license AGPL-3.0 * @author Teffen Ellis, et al. * * En-US locale profile. Lists the rule classifier IDs active in this locale and the * `ComponentTag`s the US locale actually uses. */ import type { LocaleProfile } from "../locale.ts"; /** * US English locale profile — the component ordering, casing and separators the formatter renders with. */ export declare const enUS: LocaleProfile; //# sourceMappingURL=en-us.d.ts.map