export declare function getCookie(key: string): string | null; export declare function setCookie(key: string, value: string): void; //# sourceMappingURL=cookie-storage.d.ts.map