export declare const LOCALE_CLIENT_KEY = "LOCALE";
export declare function setClientLocale(locale: string, key?: string): string;
export declare function getClientLocale(key?: string): string | undefined;
