/** * Updates the locale as if the user had changed their preferred language. * * @function setLocale * @param {string} locale */ export declare function setLocale(locale: string): Promise; //# sourceMappingURL=set-locale.d.ts.map