import type { Locale } from 'use-intl'; export declare function getCachedRequestLocale(): string | undefined; export declare function setCachedRequestLocale(locale: Locale): void;