export declare class SessionSharedService {
    private data;
    constructor();
    get(key: string): any;
    set(key: string, value: any): void;
}
