import type { CookieHeaderString } from '../../types/internal';
/**
 * Get current document cookie.
 */
export declare const getDocumentCookie: () => Promise<CookieHeaderString>;
