/** **Disclaimer * These commentaries are for the custom user translation that currently is not being used because of the 404 console * error that the fetch head shows. */ declare function changeLanguage(language: 'pt' | 'en' | 'es'): Promise; declare const _default: { changeLanguage: typeof changeLanguage; }; export default _default;