import { createInjectableReducersTokens } from '@daffodil/core/state'
const createInjectableReducersTokens: <T>(feature: string, createReducers: () => ActionReducer<T, Action<string>>) => InjectableReducersTokens<T>