import { ILocale, ILocales } from './locales.type'; export declare function localeToString(locale: ILocale): string; export declare function localesToStringArray(locales: ILocales): string[];