export declare function getCookie(name: string): string | undefined; export declare const isCookieEnabled: () => boolean;