import { DaffAuthRegisterSelectors } from '@daffodil/auth/state'
interface DaffAuthRegisterSelectors { selectAuthRegisterState: MemoizedSelector<DaffAuthStateRootSlice, DaffOperationState, DefaultProjectorFn<DaffOperationState>> }