import Store from './Store'; declare class SessionStore extends Store { constructor(name: string, data?: any); } export default SessionStore;