import { DaffAuthSelectors } from '@daffodil/auth/state'
interface DaffAuthSelectors { selectAuthFeatureState: MemoizedSelector<Record<string, any>, DaffAuthFeatureState, DefaultProjectorFn<DaffAuthFeatureState>> }