import * as fromSessionStates from './session.states'; export interface SessionStates { session: fromSessionStates.SessionState; }