export { default as english } from './english.js'; export { default as french } from './french.js'; export { default as spanish } from './spanish.js'; export { default as chinese } from './chinese.js'; export { default as portuguese } from './portuguese.js'; export declare const RegistrationDictionaries: { english: import("./types.js").RegistrationLanguageFile; french: import("./types.js").RegistrationLanguageFile; spanish: import("./types.js").RegistrationLanguageFile; chinese: import("./types.js").RegistrationLanguageFile; portuguese: import("./types.js").RegistrationLanguageFile; };