import { IStorage } from "./IStorage"; export interface ISessionStorage extends IStorage { }