import type { Locale } from 'use-intl'; export declare function getCachedRequestLocale(): string | undefined; /** * @deprecated Please migrate to [`next/root-params`](https://next-intl.dev/blog/nextjs-root-params). */ export declare function setCachedRequestLocale(locale: Locale): void;