import type { Locale } from "@intl-t/locales"; export { isClient } from "@intl-t/core/state"; export declare const isRSC: boolean; export declare function getLocale(preventDynamic: true): L | undefined; export declare function getLocale(preventDynamic?: boolean): Promise | L | undefined; export declare function setLocale(locale: L, ...args: any[]): L;