export declare function getCookie(key: string): string | undefined; export declare function setCookie(key: string, value: string, expires?: string, age?: string): void; export declare function deleteCookie(key: string): void;