export declare class SessionStorageService { get(key: string): T; set(key: string, value: T): void; remove(key: string): void; }