import { WebStorageService } from './webstorage.service'; export declare class CookiesStorageService extends WebStorageService { static keys: Array; constructor(); set(key: string, value: T, expirationDate?: Date): T; }