import type { CliMessages } from './types.js'; /** * English catalogue, the source of truth. * * When a message changes here, the other catalogues need the same change. * `test/i18n.test.js` in the core enforces the equivalent guarantee for the * library's catalogues. */ export declare const en: CliMessages; //# sourceMappingURL=en.d.ts.map