import { WalineLocale } from '../../typings/index.js';
export type Locales = Record<string, WalineLocale>;
export declare const DEFAULT_LANG = "en-US";
export declare const DEFAULT_LOCALES: Locales;
export declare const getLocale: (lang: string) => WalineLocale;
export declare const getLang: (lang: string) => string;
