export declare const getCookie: (name: string) => string | null;
export declare const getLoggedInStatusFromCookies: () => boolean;
