/** * @license * Copyright 2020 Google LLC * SPDX-License-Identifier: BSD-3-Clause */ export declare const getLocale: (() => string) & { _LIT_LOCALIZE_GET_LOCALE_?: undefined; }, setLocale: ((newLocale: string) => Promise) & { _LIT_LOCALIZE_SET_LOCALE_?: undefined; };