import { HasStringType } from './../has-type'; export interface IStateliGetter extends HasStringType { getValue(state: State, rootGetters?: (type: string) => any, rootState?: RooState): Result; }