export declare const useCookie: (cookieName: string) => readonly [string, (v: CookieValue) => void];