export declare const parseCookie: (cookie?: string) => Record; export declare const getCookie: (key: string) => unknown;