import { type SupportedLocale } from './config'; export declare function getUserLocale(): Promise; export declare function setUserLocale(locale: string): Promise; export declare const SUPPORTED_LOCALES: any; export type { SupportedLocale }; //# sourceMappingURL=locale.d.ts.map