export type IRouter = any;

export interface IGuruItem {
  root: string;
  guruNamespace: string;
}
