/**
 * Clears the cached locale from `document.cookie`.
 */
export declare function clearLocaleCookieCache(): void;
/**
 * Extracts a cookie from the document.
 *
 * Will return undefined if the document is not available or if the cookie is not set.
 * The `document` object is not available in server-side rendering, so this function should not be called in that context.
 *
 * @returns {Locale | undefined}
 */
export declare function extractLocaleFromCookie(): Locale | undefined;
//# sourceMappingURL=extract-locale-from-cookie.d.ts.map