export declare const setCookie: (name: string, data: any, objHours: number) => boolean; export declare const getCookieValue: (name: string) => any;