export { default as Humanity } from "./src/Humanity.js"; export { createCustomHumanity, createHumanity } from "./src/Humanity.js"; export type { LocaleHumanity } from "./src/Humanity.js"; export declare const DefaultLocales: { de_DE: import("./src/Locales.js").LocaleObject; en_US: import("./src/Locales.js").LocaleObject; ru_RU: import("./src/Locales.js").LocaleObject; }; export type { DeclinationLocale, LocaleObject, NumberType, BinarySuffixes, } from "./src/Locales.js";