import type { LoquixTranslations } from '../types.js'; /** * Default English translations — the reference locale. * Every key in LoquixTranslations must have an entry here. */ export declare const en: LoquixTranslations; //# sourceMappingURL=en.d.ts.map