import { NLifeState } from './lifeState'

export declare namespace NStore {
  interface IState {
    life: NLifeState.IState
  }
}
