import { IdleTimerContext } from '../IdleTimerContext';
/**
 * Context interface Type.
 */
export type IIdleTimerContext = typeof IdleTimerContext;
