import type { Locale } from "@intl-t/locales"; export declare function getClientLocationLocale(locales?: L[]): L | undefined; export declare function setClientLocationLocale(locale: L): L; export declare function getLocaleFromClient(preventDynamic?: boolean): L | Promise; export declare function setLocaleFromClient(locale: L, reload?: boolean, refresh?: boolean, key?: string): L;