export declare function getCachedRequestLocale(): string | undefined;
export declare function setCachedRequestLocale(locale: string): void;
